Color spaces of #caaa18
RGB | 202 | 170 | 24 |
---|---|---|---|
HSL | 0.14 | 0.79 | 0.44 |
HSV | 49° | 88° | 79° |
CMYK | 0.00 | 0.16 | 0.88 0.21 |
XYZ | 38.8967 | 41.3720 | 6.7997 |
Yxy | 41.3720 | 0.4467 | 0.4752 |
Hunter Lab | 64.3211 | -4.6181 | 38.7569 |
CIE-Lab | 70.4358 | -1.3507 | 69.6785 |
#caaa18 color RGB value is (202,170,24).
#caaa18 hex color red value is 202, green value is 170 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #caaa18 hue: 0.14 , saturation: 0.79 and the lightness value of caaa18 is 0.44.
The process color (four color CMYK) of #caaa18 color hex is 0.00, 0.16, 0.88, 0.21. Web safe color of #caaa18 is #cc9900. Color #caaa18 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101010 | 00011000 |
Octal | 312 | 252 | 30 |
Decimal | 202 | 170 | 24 |
Hex | CA | AA | 18 |
Shades of #caaa18
Tints of #caaa18
RGB Percentages of Color #caaa18
CMYK Percentages of Color #caaa18
Complementary Color
#caaa18 | #1838ca |
#caaa18 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaa18 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaa18 Color CSS Codes
.mybgcolor {background-color:#caaa18; } .myforecolor {color:#caaa18; } .mybordercolor {border:3px solid #caaa18; }
#caaa18 Text Font Color
<p style="color:#caaa18">Text here</p>
This sample text font color is #caaa18
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#caaa18 Background Color
<div style="background-color:#caaa18">
Div content here</div>
This div background color is #caaa18
#caaa18 Border Color
<div style="border:3px solid #caaa18">
Div here</div>
This div border color is #caaa18
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,170,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaa18; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaa18; -webkit-box-shadow: 1px 1px 3px 2px #caaa18; box-shadow: 1px 1px 3px 2px #caaa18; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,170,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaa18">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaa18; -webkit-box-shadow: 1px 1px 3px 2px #caaa18; box-shadow: 1px 1px 3px 2px #caaa18;">
Div content here</div>
This div box has shadow with color #caaa18
Comments
No comments written yet.
Please login to write comment.