With CSS, a color is most often specified by:
HEX value = such "000000"
RGB value = like "rgb(255,255,255)"
color name = like "purple"
Please find the CSS Color Values for a complete list of possible color values.
For Example:
#wrapper {background-color:#000;}
#Outer {background-color:rgb(255,255,255);}
#casing {background-color:red;}
#wrapper {background-color:#000;}
#Outer {background-color:rgb(255,255,255);}
#casing {background-color:red;}
You can use photoshop to find color value that appropriate for you. Or any program that supplies color codes.

No comments:
Post a Comment