|
The numbers above, preceded by "#", in the "Text Color:" and "Background:"
fields, are "Hex" values. Short for Hexadecimal, Hex is a color model used
within HTML and other Web programming languages. Just as printers work
primarily within CMYK, and scanners, monitors and digital cameras work within
RGB, Web pages work within Hex. Colors in the RGB palette have Hex equivalents,
so if you need to find a Hex value for a particular RGB color, try specifying
the RGB value in your design application. There's a good chance it will display
the Hex equivalent for you. When used in HTML, Hex colors are denoted by a "#"
followed by a series of six letters or numbers like this: #93DB70.
|