Color spaces of #cbd9fa
RGB | 203 | 217 | 250 |
---|---|---|---|
HSL | 0.62 | 0.82 | 0.89 |
HSV | 222° | 19° | 98° |
CMYK | 0.19 | 0.13 | 0.00 0.02 |
XYZ | 66.6968 | 69.2243 | 100.2888 |
Yxy | 69.2243 | 0.2824 | 0.2931 |
Hunter Lab | 83.2011 | -2.5105 | -13.2260 |
CIE-Lab | 86.6150 | 2.0102 | -17.6707 |
#cbd9fa color RGB value is (203,217,250).
#cbd9fa hex color red value is 203, green value is 217 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cbd9fa hue: 0.62 , saturation: 0.82 and the lightness value of cbd9fa is 0.89.
The process color (four color CMYK) of #cbd9fa color hex is 0.19, 0.13, 0.00, 0.02. Web safe color of #cbd9fa is #ccccff. Color #cbd9fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011001 | 11111010 |
Octal | 313 | 331 | 372 |
Decimal | 203 | 217 | 250 |
Hex | CB | D9 | FA |
Shades of #cbd9fa
Tints of #cbd9fa
RGB Percentages of Color #cbd9fa
CMYK Percentages of Color #cbd9fa
Complementary Color
#cbd9fa | #faeccb |
#cbd9fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd9fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd9fa Color CSS Codes
.mybgcolor {background-color:#cbd9fa; } .myforecolor {color:#cbd9fa; } .mybordercolor {border:3px solid #cbd9fa; }
#cbd9fa Text Font Color
<p style="color:#cbd9fa">Text here</p>
This sample text font color is #cbd9fa
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.
#cbd9fa Background Color
<div style="background-color:#cbd9fa">
Div content here</div>
This div background color is #cbd9fa
#cbd9fa Border Color
<div style="border:3px solid #cbd9fa">
Div here</div>
This div border color is #cbd9fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,217,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd9fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd9fa; -webkit-box-shadow: 1px 1px 3px 2px #cbd9fa; box-shadow: 1px 1px 3px 2px #cbd9fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,217,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd9fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd9fa; -webkit-box-shadow: 1px 1px 3px 2px #cbd9fa; box-shadow: 1px 1px 3px 2px #cbd9fa;">
Div content here</div>
This div box has shadow with color #cbd9fa
Comments
No comments written yet.
Please login to write comment.