Color spaces of #caaa8f
RGB | 202 | 170 | 143 |
---|---|---|---|
HSL | 0.08 | 0.36 | 0.68 |
HSV | 27° | 29° | 79° |
CMYK | 0.00 | 0.16 | 0.29 0.21 |
XYZ | 43.6898 | 43.2892 | 32.0395 |
Yxy | 43.2892 | 0.3671 | 0.3637 |
Hunter Lab | 65.7945 | 3.3896 | 17.1841 |
CIE-Lab | 71.7508 | 7.6422 | 18.2679 |
#caaa8f color RGB value is (202,170,143).
#caaa8f hex color red value is 202, green value is 170 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #caaa8f hue: 0.08 , saturation: 0.36 and the lightness value of caaa8f is 0.68.
The process color (four color CMYK) of #caaa8f color hex is 0.00, 0.16, 0.29, 0.21. Web safe color of #caaa8f is #cc9999. Color #caaa8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101010 | 10001111 |
Octal | 312 | 252 | 217 |
Decimal | 202 | 170 | 143 |
Hex | CA | AA | 8F |
Shades of #caaa8f
Tints of #caaa8f
RGB Percentages of Color #caaa8f
CMYK Percentages of Color #caaa8f
Complementary Color
#caaa8f | #8fafca |
#caaa8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaa8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaa8f Color CSS Codes
.mybgcolor {background-color:#caaa8f; } .myforecolor {color:#caaa8f; } .mybordercolor {border:3px solid #caaa8f; }
#caaa8f Text Font Color
<p style="color:#caaa8f">Text here</p>
This sample text font color is #caaa8f
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.
#caaa8f Background Color
<div style="background-color:#caaa8f">
Div content here</div>
This div background color is #caaa8f
#caaa8f Border Color
<div style="border:3px solid #caaa8f">
Div here</div>
This div border color is #caaa8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,170,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaa8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaa8f; -webkit-box-shadow: 1px 1px 3px 2px #caaa8f; box-shadow: 1px 1px 3px 2px #caaa8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,170,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaa8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaa8f; -webkit-box-shadow: 1px 1px 3px 2px #caaa8f; box-shadow: 1px 1px 3px 2px #caaa8f;">
Div content here</div>
This div box has shadow with color #caaa8f
Comments
No comments written yet.
Please login to write comment.