News

ColorHexa is a color encyclopedia, with CSS gradients, blends, schemes and more February 3, 2012 - 11:06 pm Color, one of the seven elements of art, is one of the most important aspects of any design.
In the ‘80s, X system programmers had the option to identify colors the way many developers do today: with a hexadecimal value (AKA hex value, e.g., #FFFF00) or an RGB color code (e.g., 255,255,0).
Hexadecimal format allows us to instruct a computer to display a color using three or six characters. For example, #000 will produce black. But how many ...