Difference between revisions of "Template:Note:CSS Color"
Jump to navigation
Jump to search
(Created page with "{{note|An '''html color''' can be specified as *hex value: ''#<rr><gg><bb>'' E.g. ''#FF1010'' *color name: red, blue, white... *as rgb: ''rgb(<r>,<...") |
m (Hsyco moved page Template:Note:HTML Color to Template:Note:CSS Color) |
(No difference)
|
Revision as of 14:42, 13 January 2014
An html color can be specified as
- hex value: #<rr><gg><bb> E.g. #FF1010
- color name: red, blue, white...
- as rgb: rgb(<r>,<g>,<b>) E.g. rgb(255,30,30)
- as rgba: rgba(<r>,<g>,<b>,<alpha>) E.g. rgba(255,30,30,0.5)