Color spaces of #cdabaa
RGB | 205 | 171 | 170 |
---|---|---|---|
HSL | 0.00 | 0.26 | 0.74 |
HSV | 2° | 17° | 80° |
CMYK | 0.00 | 0.17 | 0.17 0.20 |
XYZ | 46.9954 | 45.0072 | 44.2405 |
Yxy | 45.0072 | 0.3449 | 0.3303 |
Hunter Lab | 67.0874 | 7.6381 | 7.8626 |
CIE-Lab | 72.8966 | 12.1996 | 5.1377 |
#cdabaa color RGB value is (205,171,170).
#cdabaa hex color red value is 205, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdabaa hue: 0.00 , saturation: 0.26 and the lightness value of cdabaa is 0.74.
The process color (four color CMYK) of #cdabaa color hex is 0.00, 0.17, 0.17, 0.20. Web safe color of #cdabaa is #cc9999. Color #cdabaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101011 | 10101010 |
Octal | 315 | 253 | 252 |
Decimal | 205 | 171 | 170 |
Hex | CD | AB | AA |
Shades of #cdabaa
Tints of #cdabaa
RGB Percentages of Color #cdabaa
CMYK Percentages of Color #cdabaa
Complementary Color
#cdabaa | #aacccd |
#cdabaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdabaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdabaa Color CSS Codes
.mybgcolor {background-color:#cdabaa; } .myforecolor {color:#cdabaa; } .mybordercolor {border:3px solid #cdabaa; }
#cdabaa Text Font Color
<p style="color:#cdabaa">Text here</p>
This sample text font color is #cdabaa
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.
#cdabaa Background Color
<div style="background-color:#cdabaa">
Div content here</div>
This div background color is #cdabaa
#cdabaa Border Color
<div style="border:3px solid #cdabaa">
Div here</div>
This div border color is #cdabaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,171,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdabaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdabaa; -webkit-box-shadow: 1px 1px 3px 2px #cdabaa; box-shadow: 1px 1px 3px 2px #cdabaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,171,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 #cdabaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdabaa; -webkit-box-shadow: 1px 1px 3px 2px #cdabaa; box-shadow: 1px 1px 3px 2px #cdabaa;">
Div content here</div>
This div box has shadow with color #cdabaa
Comments
No comments written yet.
Please login to write comment.