Color spaces of #caaa8d
RGB | 202 | 170 | 141 |
---|---|---|---|
HSL | 0.08 | 0.37 | 0.67 |
HSV | 29° | 30° | 79° |
CMYK | 0.00 | 0.16 | 0.30 0.21 |
XYZ | 43.5396 | 43.2291 | 31.2486 |
Yxy | 43.2291 | 0.3689 | 0.3663 |
Hunter Lab | 65.7488 | 3.1442 | 17.8453 |
CIE-Lab | 71.7102 | 7.3746 | 19.3016 |
#caaa8d color RGB value is (202,170,141).
#caaa8d hex color red value is 202, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #caaa8d hue: 0.08 , saturation: 0.37 and the lightness value of caaa8d is 0.67.
The process color (four color CMYK) of #caaa8d color hex is 0.00, 0.16, 0.30, 0.21. Web safe color of #caaa8d is #cc9999. Color #caaa8d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101010 | 10001101 |
Octal | 312 | 252 | 215 |
Decimal | 202 | 170 | 141 |
Hex | CA | AA | 8D |
Shades of #caaa8d
Tints of #caaa8d
RGB Percentages of Color #caaa8d
CMYK Percentages of Color #caaa8d
Complementary Color
#caaa8d | #8dadca |
#caaa8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaa8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaa8d Color CSS Codes
.mybgcolor {background-color:#caaa8d; } .myforecolor {color:#caaa8d; } .mybordercolor {border:3px solid #caaa8d; }
#caaa8d Text Font Color
<p style="color:#caaa8d">Text here</p>
This sample text font color is #caaa8d
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.
#caaa8d Background Color
<div style="background-color:#caaa8d">
Div content here</div>
This div background color is #caaa8d
#caaa8d Border Color
<div style="border:3px solid #caaa8d">
Div here</div>
This div border color is #caaa8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,170,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaa8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaa8d; -webkit-box-shadow: 1px 1px 3px 2px #caaa8d; box-shadow: 1px 1px 3px 2px #caaa8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,170,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaa8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaa8d; -webkit-box-shadow: 1px 1px 3px 2px #caaa8d; box-shadow: 1px 1px 3px 2px #caaa8d;">
Div content here</div>
This div box has shadow with color #caaa8d
Comments
No comments written yet.
Please login to write comment.