Color spaces of #ccc0bd
RGB | 204 | 192 | 189 |
---|---|---|---|
HSL | 0.03 | 0.13 | 0.77 |
HSV | 12° | 7° | 80° |
CMYK | 0.00 | 0.06 | 0.07 0.20 |
XYZ | 52.9368 | 54.2108 | 55.8178 |
Yxy | 54.2108 | 0.3248 | 0.3327 |
Hunter Lab | 73.6280 | -0.5116 | 6.5915 |
CIE-Lab | 78.5845 | 3.6882 | 3.0101 |
#ccc0bd color RGB value is (204,192,189).
#ccc0bd hex color red value is 204, green value is 192 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccc0bd hue: 0.03 , saturation: 0.13 and the lightness value of ccc0bd is 0.77.
The process color (four color CMYK) of #ccc0bd color hex is 0.00, 0.06, 0.07, 0.20. Web safe color of #ccc0bd is #cccccc. Color #ccc0bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000000 | 10111101 |
Octal | 314 | 300 | 275 |
Decimal | 204 | 192 | 189 |
Hex | CC | C0 | BD |
Shades of #ccc0bd
Tints of #ccc0bd
RGB Percentages of Color #ccc0bd
CMYK Percentages of Color #ccc0bd
Complementary Color
#ccc0bd | #bdc9cc |
#ccc0bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc0bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc0bd Color CSS Codes
.mybgcolor {background-color:#ccc0bd; } .myforecolor {color:#ccc0bd; } .mybordercolor {border:3px solid #ccc0bd; }
#ccc0bd Text Font Color
<p style="color:#ccc0bd">Text here</p>
This sample text font color is #ccc0bd
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.
#ccc0bd Background Color
<div style="background-color:#ccc0bd">
Div content here</div>
This div background color is #ccc0bd
#ccc0bd Border Color
<div style="border:3px solid #ccc0bd">
Div here</div>
This div border color is #ccc0bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,192,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc0bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc0bd; -webkit-box-shadow: 1px 1px 3px 2px #ccc0bd; box-shadow: 1px 1px 3px 2px #ccc0bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,192,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc0bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc0bd; -webkit-box-shadow: 1px 1px 3px 2px #ccc0bd; box-shadow: 1px 1px 3px 2px #ccc0bd;">
Div content here</div>
This div box has shadow with color #ccc0bd
Comments
No comments written yet.
Please login to write comment.