Color spaces of #cbbedc
RGB | 203 | 190 | 220 |
---|---|---|---|
HSL | 0.74 | 0.30 | 0.80 |
HSV | 266° | 14° | 86° |
CMYK | 0.08 | 0.14 | 0.00 0.14 |
XYZ | 55.9603 | 54.6907 | 75.3171 |
Yxy | 54.6907 | 0.3009 | 0.2941 |
Hunter Lab | 73.9532 | 5.6528 | -8.6163 |
CIE-Lab | 78.8628 | 10.1761 | -13.3218 |
#cbbedc color RGB value is (203,190,220).
#cbbedc hex color red value is 203, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbbedc hue: 0.74 , saturation: 0.30 and the lightness value of cbbedc is 0.80.
The process color (four color CMYK) of #cbbedc color hex is 0.08, 0.14, 0.00, 0.14. Web safe color of #cbbedc is #cccccc. Color #cbbedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 11011100 |
Octal | 313 | 276 | 334 |
Decimal | 203 | 190 | 220 |
Hex | CB | BE | DC |
Shades of #cbbedc
Tints of #cbbedc
RGB Percentages of Color #cbbedc
CMYK Percentages of Color #cbbedc
Complementary Color
#cbbedc | #cfdcbe |
#cbbedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbedc Color CSS Codes
.mybgcolor {background-color:#cbbedc; } .myforecolor {color:#cbbedc; } .mybordercolor {border:3px solid #cbbedc; }
#cbbedc Text Font Color
<p style="color:#cbbedc">Text here</p>
This sample text font color is #cbbedc
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.
#cbbedc Background Color
<div style="background-color:#cbbedc">
Div content here</div>
This div background color is #cbbedc
#cbbedc Border Color
<div style="border:3px solid #cbbedc">
Div here</div>
This div border color is #cbbedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbedc; -webkit-box-shadow: 1px 1px 3px 2px #cbbedc; box-shadow: 1px 1px 3px 2px #cbbedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbedc; -webkit-box-shadow: 1px 1px 3px 2px #cbbedc; box-shadow: 1px 1px 3px 2px #cbbedc;">
Div content here</div>
This div box has shadow with color #cbbedc
Comments
No comments written yet.
Please login to write comment.