Which is better, #fff or #FFF?

Viewed 25206

Which is better to define color?

color:#fff;

or

color:#FFF;

?

I like #FFF because it catch your eyes' focus faster than #fff. But PS returns lowercase, so I was wondering if lowercase hexadecimal is better than uppercase. Why this thread closed? o.Oa

6 Answers
Related