Color spaces of #cdcaaa
RGB | 205 | 202 | 170 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.74 |
HSV | 55° | 17° | 80° |
CMYK | 0.00 | 0.01 | 0.17 0.20 |
XYZ | 53.5531 | 58.1225 | 46.4264 |
Yxy | 58.1225 | 0.3387 | 0.3676 |
Hunter Lab | 76.2381 | -8.0302 | 17.2611 |
CIE-Lab | 80.8068 | -4.3007 | 16.3754 |
#cdcaaa color RGB value is (205,202,170).
#cdcaaa hex color red value is 205, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdcaaa hue: 0.15 , saturation: 0.26 and the lightness value of cdcaaa is 0.74.
The process color (four color CMYK) of #cdcaaa color hex is 0.00, 0.01, 0.17, 0.20. Web safe color of #cdcaaa is #cccc99. Color #cdcaaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001010 | 10101010 |
Octal | 315 | 312 | 252 |
Decimal | 205 | 202 | 170 |
Hex | CD | CA | AA |
Shades of #cdcaaa
Tints of #cdcaaa
RGB Percentages of Color #cdcaaa
CMYK Percentages of Color #cdcaaa
Complementary Color
#cdcaaa | #aaadcd |
#cdcaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcaaa Color CSS Codes
.mybgcolor {background-color:#cdcaaa; } .myforecolor {color:#cdcaaa; } .mybordercolor {border:3px solid #cdcaaa; }
#cdcaaa Text Font Color
<p style="color:#cdcaaa">Text here</p>
This sample text font color is #cdcaaa
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.
#cdcaaa Background Color
<div style="background-color:#cdcaaa">
Div content here</div>
This div background color is #cdcaaa
#cdcaaa Border Color
<div style="border:3px solid #cdcaaa">
Div here</div>
This div border color is #cdcaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,202,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcaaa; -webkit-box-shadow: 1px 1px 3px 2px #cdcaaa; box-shadow: 1px 1px 3px 2px #cdcaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,202,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcaaa; -webkit-box-shadow: 1px 1px 3px 2px #cdcaaa; box-shadow: 1px 1px 3px 2px #cdcaaa;">
Div content here</div>
This div box has shadow with color #cdcaaa
Comments
No comments written yet.
Please login to write comment.