Color spaces of #cd9cab
RGB | 205 | 156 | 171 |
---|---|---|---|
HSL | 0.95 | 0.33 | 0.71 |
HSV | 342° | 24° | 80° |
CMYK | 0.00 | 0.24 | 0.17 0.20 |
XYZ | 44.4160 | 39.6963 | 43.8493 |
Yxy | 39.6963 | 0.3471 | 0.3102 |
Hunter Lab | 63.0050 | 15.5766 | 2.8397 |
CIE-Lab | 69.2527 | 20.5363 | -0.7071 |
#cd9cab color RGB value is (205,156,171).
#cd9cab hex color red value is 205, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cd9cab hue: 0.95 , saturation: 0.33 and the lightness value of cd9cab is 0.71.
The process color (four color CMYK) of #cd9cab color hex is 0.00, 0.24, 0.17, 0.20. Web safe color of #cd9cab is #cc9999. Color #cd9cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10011100 | 10101011 |
Octal | 315 | 234 | 253 |
Decimal | 205 | 156 | 171 |
Hex | CD | 9C | AB |
Shades of #cd9cab
Tints of #cd9cab
RGB Percentages of Color #cd9cab
CMYK Percentages of Color #cd9cab
Complementary Color
#cd9cab | #9ccdbe |
#cd9cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd9cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd9cab Color CSS Codes
.mybgcolor {background-color:#cd9cab; } .myforecolor {color:#cd9cab; } .mybordercolor {border:3px solid #cd9cab; }
#cd9cab Text Font Color
<p style="color:#cd9cab">Text here</p>
This sample text font color is #cd9cab
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.
#cd9cab Background Color
<div style="background-color:#cd9cab">
Div content here</div>
This div background color is #cd9cab
#cd9cab Border Color
<div style="border:3px solid #cd9cab">
Div here</div>
This div border color is #cd9cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,156,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd9cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd9cab; -webkit-box-shadow: 1px 1px 3px 2px #cd9cab; box-shadow: 1px 1px 3px 2px #cd9cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,156,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd9cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd9cab; -webkit-box-shadow: 1px 1px 3px 2px #cd9cab; box-shadow: 1px 1px 3px 2px #cd9cab;">
Div content here</div>
This div box has shadow with color #cd9cab
Comments
No comments written yet.
Please login to write comment.