Color spaces of #cdbccc
RGB | 205 | 188 | 204 |
---|---|---|---|
HSL | 0.84 | 0.15 | 0.77 |
HSV | 304° | 8° | 80° |
CMYK | 0.00 | 0.08 | 0.00 0.20 |
XYZ | 54.0591 | 53.3052 | 64.5665 |
Yxy | 53.3052 | 0.3144 | 0.3100 |
Hunter Lab | 73.0104 | 4.3985 | -1.3256 |
CIE-Lab | 78.0548 | 8.8580 | -5.8635 |
#cdbccc color RGB value is (205,188,204).
#cdbccc hex color red value is 205, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cdbccc hue: 0.84 , saturation: 0.15 and the lightness value of cdbccc is 0.77.
The process color (four color CMYK) of #cdbccc color hex is 0.00, 0.08, 0.00, 0.20. Web safe color of #cdbccc is #cccccc. Color #cdbccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111100 | 11001100 |
Octal | 315 | 274 | 314 |
Decimal | 205 | 188 | 204 |
Hex | CD | BC | CC |
Shades of #cdbccc
Tints of #cdbccc
RGB Percentages of Color #cdbccc
CMYK Percentages of Color #cdbccc
Complementary Color
#cdbccc | #bccdbd |
#cdbccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbccc Color CSS Codes
.mybgcolor {background-color:#cdbccc; } .myforecolor {color:#cdbccc; } .mybordercolor {border:3px solid #cdbccc; }
#cdbccc Text Font Color
<p style="color:#cdbccc">Text here</p>
This sample text font color is #cdbccc
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.
#cdbccc Background Color
<div style="background-color:#cdbccc">
Div content here</div>
This div background color is #cdbccc
#cdbccc Border Color
<div style="border:3px solid #cdbccc">
Div here</div>
This div border color is #cdbccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,188,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbccc; -webkit-box-shadow: 1px 1px 3px 2px #cdbccc; box-shadow: 1px 1px 3px 2px #cdbccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,188,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbccc; -webkit-box-shadow: 1px 1px 3px 2px #cdbccc; box-shadow: 1px 1px 3px 2px #cdbccc;">
Div content here</div>
This div box has shadow with color #cdbccc
Comments
No comments written yet.
Please login to write comment.