By e2 on
Hi
I took this one from the news portal
color: #eee;
background-color: #ddd;
I don't understand what this meens ? which color is this?
usually code are with six digits.
Thanks.
Hi
I took this one from the news portal
color: #eee;
background-color: #ddd;
I don't understand what this meens ? which color is this?
usually code are with six digits.
Thanks.
Comments
It means all six
it means all 6 digits are the same, I think. So #eee = #eeeeee.
That's right!
That's right - they're red/green/blue colour codes.
So the three digit codes represent values for #rgb
Six digits give more possibilities for fine tuning #rrggbb
As Phuile says #eee is equivalent to #eeeeee