Color spaces of #cbdadc
RGB | 203 | 218 | 220 |
---|---|---|---|
HSL | 0.52 | 0.20 | 0.83 |
HSV | 187° | 8° | 86° |
CMYK | 0.08 | 0.01 | 0.00 0.14 |
XYZ | 62.6183 | 68.0066 | 77.5364 |
Yxy | 68.0066 | 0.3008 | 0.3267 |
Hunter Lab | 82.4661 | -8.7768 | 1.9806 |
CIE-Lab | 86.0097 | -4.6287 | -2.7199 |
#cbdadc color RGB value is (203,218,220).
#cbdadc hex color red value is 203, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbdadc hue: 0.52 , saturation: 0.20 and the lightness value of cbdadc is 0.83.
The process color (four color CMYK) of #cbdadc color hex is 0.08, 0.01, 0.00, 0.14. Web safe color of #cbdadc is #cccccc. Color #cbdadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011010 | 11011100 |
Octal | 313 | 332 | 334 |
Decimal | 203 | 218 | 220 |
Hex | CB | DA | DC |
Shades of #cbdadc
Tints of #cbdadc
RGB Percentages of Color #cbdadc
CMYK Percentages of Color #cbdadc
Complementary Color
#cbdadc | #dccdcb |
#cbdadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdadc Color CSS Codes
.mybgcolor {background-color:#cbdadc; } .myforecolor {color:#cbdadc; } .mybordercolor {border:3px solid #cbdadc; }
#cbdadc Text Font Color
<p style="color:#cbdadc">Text here</p>
This sample text font color is #cbdadc
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.
#cbdadc Background Color
<div style="background-color:#cbdadc">
Div content here</div>
This div background color is #cbdadc
#cbdadc Border Color
<div style="border:3px solid #cbdadc">
Div here</div>
This div border color is #cbdadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,218,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdadc; -webkit-box-shadow: 1px 1px 3px 2px #cbdadc; box-shadow: 1px 1px 3px 2px #cbdadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,218,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 #cbdadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdadc; -webkit-box-shadow: 1px 1px 3px 2px #cbdadc; box-shadow: 1px 1px 3px 2px #cbdadc;">
Div content here</div>
This div box has shadow with color #cbdadc
Comments
No comments written yet.
Please login to write comment.