Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

Set the Text Color

Use the color property to set the text color. You can define the color by using the color name, hexadecimal notation, or an rgb tripplet method.

Set the text color using the color name:

<p style="color:green">Set the text color to green.</p>

Set the text color to green.

Set the text color using an rgb tripplet:

<p style="color:rgb(0,255,0)">0,255,0 is the rgb tripplet
for the color green.</p>

0,255,0 is the rgb tripplet for the color green.

With the rgb tripplet method, you pass three comma-separated decimal numbers to the rgb method. Each number can range from 0 to 255 and represents the amount of each color; red, green, and blue, in that order.

Set the text color using hexadecimal notation:

<p style="color:#00ff00;">#00ff00 is hexadecimal notation
for the color green</p>

#00ff00 is hexadecimal notation for the color green

With the hexadecimal notation method, you pass three two-digit hexidecimal numbers, with no separating comma, prefix the six digits with the # sign. Each number can range from 00 to ff and represents the amount of each color; red, green, and blue, in that order.

More CSS Quick Reference:
• Set the Border Color
• Set the Font Slant
• Set the Font Variant
• Style the First Line
• Set List Properties
• Set the Letter Spacing
• CSS Units of Measurement
• Set the Font Boldness
• Set an Element's Overlap (z-index)
• nth-child Selector

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro



Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2024 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268