Color spaces of #cbdafc
RGB | 203 | 218 | 252 |
---|---|---|---|
HSL | 0.62 | 0.89 | 0.89 |
HSV | 222° | 19° | 99° |
CMYK | 0.19 | 0.13 | 0.00 0.01 |
XYZ | 67.2707 | 69.8676 | 102.0357 |
Yxy | 69.8676 | 0.2813 | 0.2921 |
Hunter Lab | 83.5868 | -2.6201 | -13.8654 |
CIE-Lab | 86.9319 | 1.9151 | -18.2477 |
#cbdafc color RGB value is (203,218,252).
#cbdafc hex color red value is 203, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cbdafc hue: 0.62 , saturation: 0.89 and the lightness value of cbdafc is 0.89.
The process color (four color CMYK) of #cbdafc color hex is 0.19, 0.13, 0.00, 0.01. Web safe color of #cbdafc is #ccccff. Color #cbdafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011010 | 11111100 |
Octal | 313 | 332 | 374 |
Decimal | 203 | 218 | 252 |
Hex | CB | DA | FC |
Shades of #cbdafc
Tints of #cbdafc
RGB Percentages of Color #cbdafc
CMYK Percentages of Color #cbdafc
Complementary Color
#cbdafc | #fcedcb |
#cbdafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdafc Color CSS Codes
.mybgcolor {background-color:#cbdafc; } .myforecolor {color:#cbdafc; } .mybordercolor {border:3px solid #cbdafc; }
#cbdafc Text Font Color
<p style="color:#cbdafc">Text here</p>
This sample text font color is #cbdafc
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.
#cbdafc Background Color
<div style="background-color:#cbdafc">
Div content here</div>
This div background color is #cbdafc
#cbdafc Border Color
<div style="border:3px solid #cbdafc">
Div here</div>
This div border color is #cbdafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,218,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdafc; -webkit-box-shadow: 1px 1px 3px 2px #cbdafc; box-shadow: 1px 1px 3px 2px #cbdafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,218,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdafc; -webkit-box-shadow: 1px 1px 3px 2px #cbdafc; box-shadow: 1px 1px 3px 2px #cbdafc;">
Div content here</div>
This div box has shadow with color #cbdafc
Comments
No comments written yet.
Please login to write comment.