Color spaces of #ccc1cb
RGB | 204 | 193 | 203 |
---|---|---|---|
HSL | 0.85 | 0.10 | 0.78 |
HSV | 305° | 5° | 80° |
CMYK | 0.00 | 0.05 | 0.00 0.20 |
XYZ | 54.7513 | 55.2891 | 64.2861 |
Yxy | 55.2891 | 0.3141 | 0.3172 |
Hunter Lab | 74.3566 | 1.3114 | 0.7896 |
CIE-Lab | 79.2075 | 5.6503 | -3.6325 |
#ccc1cb color RGB value is (204,193,203).
#ccc1cb hex color red value is 204, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccc1cb hue: 0.85 , saturation: 0.10 and the lightness value of ccc1cb is 0.78.
The process color (four color CMYK) of #ccc1cb color hex is 0.00, 0.05, 0.00, 0.20. Web safe color of #ccc1cb is #cccccc. Color #ccc1cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000001 | 11001011 |
Octal | 314 | 301 | 313 |
Decimal | 204 | 193 | 203 |
Hex | CC | C1 | CB |
Shades of #ccc1cb
Tints of #ccc1cb
RGB Percentages of Color #ccc1cb
CMYK Percentages of Color #ccc1cb
Complementary Color
#ccc1cb | #c1ccc2 |
#ccc1cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc1cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc1cb Color CSS Codes
.mybgcolor {background-color:#ccc1cb; } .myforecolor {color:#ccc1cb; } .mybordercolor {border:3px solid #ccc1cb; }
#ccc1cb Text Font Color
<p style="color:#ccc1cb">Text here</p>
This sample text font color is #ccc1cb
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.
#ccc1cb Background Color
<div style="background-color:#ccc1cb">
Div content here</div>
This div background color is #ccc1cb
#ccc1cb Border Color
<div style="border:3px solid #ccc1cb">
Div here</div>
This div border color is #ccc1cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,193,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc1cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc1cb; -webkit-box-shadow: 1px 1px 3px 2px #ccc1cb; box-shadow: 1px 1px 3px 2px #ccc1cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,193,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc1cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc1cb; -webkit-box-shadow: 1px 1px 3px 2px #ccc1cb; box-shadow: 1px 1px 3px 2px #ccc1cb;">
Div content here</div>
This div box has shadow with color #ccc1cb
Comments
No comments written yet.
Please login to write comment.