Color spaces of #cbbecc
RGB | 203 | 190 | 204 |
---|---|---|---|
HSL | 0.82 | 0.12 | 0.77 |
HSV | 296° | 7° | 80° |
CMYK | 0.00 | 0.07 | 0.00 0.20 |
XYZ | 53.9411 | 53.8831 | 64.6842 |
Yxy | 53.8831 | 0.3127 | 0.3124 |
Hunter Lab | 73.4051 | 2.7102 | -0.8625 |
CIE-Lab | 78.3935 | 7.0965 | -5.3816 |
#cbbecc color RGB value is (203,190,204).
#cbbecc hex color red value is 203, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbbecc hue: 0.82 , saturation: 0.12 and the lightness value of cbbecc is 0.77.
The process color (four color CMYK) of #cbbecc color hex is 0.00, 0.07, 0.00, 0.20. Web safe color of #cbbecc is #cccccc. Color #cbbecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 11001100 |
Octal | 313 | 276 | 314 |
Decimal | 203 | 190 | 204 |
Hex | CB | BE | CC |
Shades of #cbbecc
Tints of #cbbecc
RGB Percentages of Color #cbbecc
CMYK Percentages of Color #cbbecc
Complementary Color
#cbbecc | #bfccbe |
#cbbecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbecc Color CSS Codes
.mybgcolor {background-color:#cbbecc; } .myforecolor {color:#cbbecc; } .mybordercolor {border:3px solid #cbbecc; }
#cbbecc Text Font Color
<p style="color:#cbbecc">Text here</p>
This sample text font color is #cbbecc
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.
#cbbecc Background Color
<div style="background-color:#cbbecc">
Div content here</div>
This div background color is #cbbecc
#cbbecc Border Color
<div style="border:3px solid #cbbecc">
Div here</div>
This div border color is #cbbecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbecc; -webkit-box-shadow: 1px 1px 3px 2px #cbbecc; box-shadow: 1px 1px 3px 2px #cbbecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,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 #cbbecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbecc; -webkit-box-shadow: 1px 1px 3px 2px #cbbecc; box-shadow: 1px 1px 3px 2px #cbbecc;">
Div content here</div>
This div box has shadow with color #cbbecc
#cbbecc Color Palettes
Comments
No comments written yet.
Please login to write comment.