Define your color...
+
+
= #
Notes
Text field accepts valid HEX or RGB values only. Examples:
- 3-digit HEX values. Format: RGB - e.g. Red: F00 or Green: 0F0 or Blue: 00F
- 6-digit HEX values. Format: RRGGBB - e.g. Red: FF0000 or Green: 00FF00 or Blue:
0000FF
- 3 number (comma delimited) RGB values. Format: R,G,B - e.g. Red: 255,0,0 or Green:
0,255,0 or Blue: 0,0,255
- *Note: invalid values will result in the use of White color (FFFFFF) - no gradient,
dark to light is possible.
Since many browsers do not display color values using RGB numerics, they are shown
as a reference only. You should always use the HEX values in CSS/HTML settings.
If you are selecting colors for use with Links (visited, hover, etc), you should
pick values that are 40-70% different, as many people (or computers) may not be
able to detect/display small changes, especially with lighter colors.
Percentages are rounded to nearest whole number.