Color spaces of #cbbcdc
RGB | 203 | 188 | 220 |
---|---|---|---|
HSL | 0.74 | 0.31 | 0.80 |
HSV | 268° | 15° | 86° |
CMYK | 0.08 | 0.15 | 0.00 0.14 |
XYZ | 55.5301 | 53.8303 | 75.1737 |
Yxy | 53.8303 | 0.3009 | 0.2917 |
Hunter Lab | 73.3691 | 6.7034 | -9.3899 |
CIE-Lab | 78.3627 | 11.2551 | -14.0717 |
#cbbcdc color RGB value is (203,188,220).
#cbbcdc hex color red value is 203, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbbcdc hue: 0.74 , saturation: 0.31 and the lightness value of cbbcdc is 0.80.
The process color (four color CMYK) of #cbbcdc color hex is 0.08, 0.15, 0.00, 0.14. Web safe color of #cbbcdc is #cccccc. Color #cbbcdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111100 | 11011100 |
Octal | 313 | 274 | 334 |
Decimal | 203 | 188 | 220 |
Hex | CB | BC | DC |
Shades of #cbbcdc
Tints of #cbbcdc
RGB Percentages of Color #cbbcdc
CMYK Percentages of Color #cbbcdc
Complementary Color
#cbbcdc | #cddcbc |
#cbbcdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbcdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbcdc Color CSS Codes
.mybgcolor {background-color:#cbbcdc; } .myforecolor {color:#cbbcdc; } .mybordercolor {border:3px solid #cbbcdc; }
#cbbcdc Text Font Color
<p style="color:#cbbcdc">Text here</p>
This sample text font color is #cbbcdc
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.
#cbbcdc Background Color
<div style="background-color:#cbbcdc">
Div content here</div>
This div background color is #cbbcdc
#cbbcdc Border Color
<div style="border:3px solid #cbbcdc">
Div here</div>
This div border color is #cbbcdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,188,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbcdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbcdc; -webkit-box-shadow: 1px 1px 3px 2px #cbbcdc; box-shadow: 1px 1px 3px 2px #cbbcdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,188,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 #cbbcdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbcdc; -webkit-box-shadow: 1px 1px 3px 2px #cbbcdc; box-shadow: 1px 1px 3px 2px #cbbcdc;">
Div content here</div>
This div box has shadow with color #cbbcdc
Comments
No comments written yet.
Please login to write comment.