Color spaces of #caa91f
RGB | 202 | 169 | 31 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.46 |
HSV | 48° | 85° | 79° |
CMYK | 0.00 | 0.16 | 0.85 0.21 |
XYZ | 38.7924 | 41.0314 | 7.1716 |
Yxy | 41.0314 | 0.4459 | 0.4717 |
Hunter Lab | 64.0558 | -3.9973 | 38.2010 |
CIE-Lab | 70.1979 | -0.6576 | 67.8474 |
#caa91f color RGB value is (202,169,31).
#caa91f hex color red value is 202, green value is 169 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #caa91f hue: 0.13 , saturation: 0.73 and the lightness value of caa91f is 0.46.
The process color (four color CMYK) of #caa91f color hex is 0.00, 0.16, 0.85, 0.21. Web safe color of #caa91f is #cc9933. Color #caa91f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101001 | 00011111 |
Octal | 312 | 251 | 37 |
Decimal | 202 | 169 | 31 |
Hex | CA | A9 | 1F |
Shades of #caa91f
Tints of #caa91f
RGB Percentages of Color #caa91f
CMYK Percentages of Color #caa91f
Complementary Color
#caa91f | #1f40ca |
#caa91f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caa91f Color Preview on White Background
Lorem ipsum dolor sit amet.
#caa91f Color CSS Codes
.mybgcolor {background-color:#caa91f; } .myforecolor {color:#caa91f; } .mybordercolor {border:3px solid #caa91f; }
#caa91f Text Font Color
<p style="color:#caa91f">Text here</p>
This sample text font color is #caa91f
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.
#caa91f Background Color
<div style="background-color:#caa91f">
Div content here</div>
This div background color is #caa91f
#caa91f Border Color
<div style="border:3px solid #caa91f">
Div here</div>
This div border color is #caa91f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,169,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caa91f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caa91f; -webkit-box-shadow: 1px 1px 3px 2px #caa91f; box-shadow: 1px 1px 3px 2px #caa91f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,169,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caa91f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caa91f; -webkit-box-shadow: 1px 1px 3px 2px #caa91f; box-shadow: 1px 1px 3px 2px #caa91f;">
Div content here</div>
This div box has shadow with color #caa91f
Comments
No comments written yet.
Please login to write comment.