Template:Colors
You don't need to be Editor-In-Chief to add or edit content to WikiDoc. You can begin to add to or edit text on this WikiDoc page by clicking on the edit button at the top of this page. Next enter or edit the information that you would like to appear here. Once you are done editing, scroll down and click the Save page button at the bottom of the page.
{{{3}}}
| Similar templates at English sister projects [edit] | |||
|---|---|---|---|
| Image:Wikimedia-logo.svg | mta | Meta-wiki | Colors |
| Image:Wikipedia-logo.png | wpd | Wikipedia | Colors |
| cms | Commons | Colors | |
| wbk | Wikibooks | Colors | |
| wsp | Wikispecies | Colors | |
| wvy | Wikiversity | Colors | |
Contents |
Usage
Guts: <span style="background: {{{2}}}; color: {{{1}}}">{{{3}}}</span>
Sets foreground and background colors of a given text. They can be specified by name or in the format #dddddd (RGB hex triplet).
Unless in the case of personal use on a user page, use this template with great caution:
- a poor contrast may make the text difficult or impossible to read
- the contrast can be experienced as even poorer in the case of color blindness
- links have a color according to user settings; they become invisible if this color is equal to the background color.
See also
- {{Colors}} – background/text color (text in free span)
- {{TextColors}} – background/text color (text in block table)
- {{NestTextColors}} – background/text color (text in block div)
- {{bkg}} – background color (text in free span)
- {{bg}} – background color (text in free span)
Examples
{{colors|#ffffff|#000000|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|#aa0000|#009999|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|white|black|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|yellow|grey|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|blue|silver|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|grey|yellow|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
{{colors|black|aqua|From [[Wikipedia]], the free [[encyclopedia]].}} gives: From Wikipedia, the free encyclopedia.
Standard color names
The HTML 4.01 specification defines sixteen named colors, as follows:
| Color | Hexadecimal | Color | Hexadecimal |
|---|---|---|---|
| black | #000000 | silver | #c0c0c0 |
| gray | #808080 | white | #ffffff |
| maroon | #800000 | red | #ff0000 |
| purple | #800080 | fuchsia | #ff00ff |
| green | #008000 | lime | #00ff00 |
| olive | #808000 | yellow | #ffff00 |
| navy | #000080 | blue | #0000ff |
| teal | #008080 | aqua | #00ffff |
See also:

