Color spaces of #cdb8ca
RGB | 205 | 184 | 202 |
---|---|---|---|
HSL | 0.86 | 0.17 | 0.76 |
HSV | 309° | 10° | 80° |
CMYK | 0.00 | 0.10 | 0.01 0.20 |
XYZ | 52.9780 | 51.5244 | 63.0301 |
Yxy | 51.5244 | 0.3162 | 0.3075 |
Hunter Lab | 71.7805 | 6.1271 | -1.8159 |
CIE-Lab | 76.9956 | 10.6436 | -6.3463 |
#cdb8ca color RGB value is (205,184,202).
#cdb8ca hex color red value is 205, green value is 184 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cdb8ca hue: 0.86 , saturation: 0.17 and the lightness value of cdb8ca is 0.76.
The process color (four color CMYK) of #cdb8ca color hex is 0.00, 0.10, 0.01, 0.20. Web safe color of #cdb8ca is #cccccc. Color #cdb8ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111000 | 11001010 |
Octal | 315 | 270 | 312 |
Decimal | 205 | 184 | 202 |
Hex | CD | B8 | CA |
Shades of #cdb8ca
Tints of #cdb8ca
RGB Percentages of Color #cdb8ca
CMYK Percentages of Color #cdb8ca
Complementary Color
#cdb8ca | #b8cdbb |
#cdb8ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb8ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb8ca Color CSS Codes
.mybgcolor {background-color:#cdb8ca; } .myforecolor {color:#cdb8ca; } .mybordercolor {border:3px solid #cdb8ca; }
#cdb8ca Text Font Color
<p style="color:#cdb8ca">Text here</p>
This sample text font color is #cdb8ca
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.
#cdb8ca Background Color
<div style="background-color:#cdb8ca">
Div content here</div>
This div background color is #cdb8ca
#cdb8ca Border Color
<div style="border:3px solid #cdb8ca">
Div here</div>
This div border color is #cdb8ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,184,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb8ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb8ca; -webkit-box-shadow: 1px 1px 3px 2px #cdb8ca; box-shadow: 1px 1px 3px 2px #cdb8ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,184,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb8ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb8ca; -webkit-box-shadow: 1px 1px 3px 2px #cdb8ca; box-shadow: 1px 1px 3px 2px #cdb8ca;">
Div content here</div>
This div box has shadow with color #cdb8ca
Comments
No comments written yet.
Please login to write comment.