Saturday, October 12, 2013

Specific On The Colors


HTML Colors


•Color Names
•Hexadecimal Value color: #FF00FF

DECIMAL - HEXADECIMAL
0       = 0
1       = 1
2       = 2
3       = 3
4       = 4
5       = 5
6       = 6
7       = 7
8       = 8
9       = 9
10      = A
11      = B
12      = C
13      = D
14      = E
15      = F

Examples:
#FF0000 - With this HTML code we tell browser to 
show maximum of red and no green and no blue. 
The result is of course pure red color
#00FF00 - This HTML code shows just green and 
no red and blue. 
#0000FF - This HTML code shows just blue and no 
red and green. 
#FFFF00 - Combination of red and green color 
gives us yellow
#CCEEFF - Take some red a bit more of green and 
maximum of blue to get color of sky

No comments:

Post a Comment