Color spaces of #ccbbcb
RGB | 204 | 187 | 203 |
---|---|---|---|
HSL | 0.84 | 0.14 | 0.77 |
HSV | 304° | 8° | 80° |
CMYK | 0.00 | 0.08 | 0.00 0.20 |
XYZ | 53.4517 | 52.6898 | 63.8529 |
Yxy | 52.6898 | 0.3144 | 0.3100 |
Hunter Lab | 72.5877 | 4.4142 | -1.3439 |
CIE-Lab | 77.6915 | 8.8668 | -5.8686 |
#ccbbcb color RGB value is (204,187,203).
#ccbbcb hex color red value is 204, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccbbcb hue: 0.84 , saturation: 0.14 and the lightness value of ccbbcb is 0.77.
The process color (four color CMYK) of #ccbbcb color hex is 0.00, 0.08, 0.00, 0.20. Web safe color of #ccbbcb is #cccccc. Color #ccbbcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111011 | 11001011 |
Octal | 314 | 273 | 313 |
Decimal | 204 | 187 | 203 |
Hex | CC | BB | CB |
Shades of #ccbbcb
Tints of #ccbbcb
RGB Percentages of Color #ccbbcb
CMYK Percentages of Color #ccbbcb
Complementary Color
#ccbbcb | #bbccbc |
#ccbbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbbcb Color CSS Codes
.mybgcolor {background-color:#ccbbcb; } .myforecolor {color:#ccbbcb; } .mybordercolor {border:3px solid #ccbbcb; }
#ccbbcb Text Font Color
<p style="color:#ccbbcb">Text here</p>
This sample text font color is #ccbbcb
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.
#ccbbcb Background Color
<div style="background-color:#ccbbcb">
Div content here</div>
This div background color is #ccbbcb
#ccbbcb Border Color
<div style="border:3px solid #ccbbcb">
Div here</div>
This div border color is #ccbbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,187,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbbcb; -webkit-box-shadow: 1px 1px 3px 2px #ccbbcb; box-shadow: 1px 1px 3px 2px #ccbbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,187,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 #ccbbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbbcb; -webkit-box-shadow: 1px 1px 3px 2px #ccbbcb; box-shadow: 1px 1px 3px 2px #ccbbcb;">
Div content here</div>
This div box has shadow with color #ccbbcb
#ccbbcb Color Palettes
Comments
No comments written yet.
Please login to write comment.