Color spaces of #caa99e
RGB | 202 | 169 | 158 |
---|---|---|---|
HSL | 0.04 | 0.29 | 0.71 |
HSV | 15° | 22° | 79° |
CMYK | 0.00 | 0.16 | 0.22 0.21 |
XYZ | 44.7166 | 43.4011 | 38.3682 |
Yxy | 43.4011 | 0.3535 | 0.3431 |
Hunter Lab | 65.8795 | 5.8701 | 11.5852 |
CIE-Lab | 71.8264 | 10.3162 | 10.1600 |
#caa99e color RGB value is (202,169,158).
#caa99e hex color red value is 202, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #caa99e hue: 0.04 , saturation: 0.29 and the lightness value of caa99e is 0.71.
The process color (four color CMYK) of #caa99e color hex is 0.00, 0.16, 0.22, 0.21. Web safe color of #caa99e is #cc9999. Color #caa99e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101001 | 10011110 |
Octal | 312 | 251 | 236 |
Decimal | 202 | 169 | 158 |
Hex | CA | A9 | 9E |
Shades of #caa99e
Tints of #caa99e
RGB Percentages of Color #caa99e
CMYK Percentages of Color #caa99e
Complementary Color
#caa99e | #9ebfca |
#caa99e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caa99e Color Preview on White Background
Lorem ipsum dolor sit amet.
#caa99e Color CSS Codes
.mybgcolor {background-color:#caa99e; } .myforecolor {color:#caa99e; } .mybordercolor {border:3px solid #caa99e; }
#caa99e Text Font Color
<p style="color:#caa99e">Text here</p>
This sample text font color is #caa99e
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.
#caa99e Background Color
<div style="background-color:#caa99e">
Div content here</div>
This div background color is #caa99e
#caa99e Border Color
<div style="border:3px solid #caa99e">
Div here</div>
This div border color is #caa99e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,169,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caa99e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caa99e; -webkit-box-shadow: 1px 1px 3px 2px #caa99e; box-shadow: 1px 1px 3px 2px #caa99e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,169,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caa99e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caa99e; -webkit-box-shadow: 1px 1px 3px 2px #caa99e; box-shadow: 1px 1px 3px 2px #caa99e;">
Div content here</div>
This div box has shadow with color #caa99e
Comments
No comments written yet.
Please login to write comment.