Color spaces of #cbcef9
RGB | 203 | 206 | 249 |
---|---|---|---|
HSL | 0.66 | 0.79 | 0.89 |
HSV | 236° | 18° | 98° |
CMYK | 0.18 | 0.17 | 0.00 0.02 |
XYZ | 63.7988 | 63.6787 | 98.5512 |
Yxy | 63.6787 | 0.2823 | 0.2817 |
Hunter Lab | 79.7989 | 3.0616 | -17.3635 |
CIE-Lab | 83.7982 | 7.6208 | -21.3968 |
#cbcef9 color RGB value is (203,206,249).
#cbcef9 hex color red value is 203, green value is 206 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #cbcef9 hue: 0.66 , saturation: 0.79 and the lightness value of cbcef9 is 0.89.
The process color (four color CMYK) of #cbcef9 color hex is 0.18, 0.17, 0.00, 0.02. Web safe color of #cbcef9 is #ccccff. Color #cbcef9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001110 | 11111001 |
Octal | 313 | 316 | 371 |
Decimal | 203 | 206 | 249 |
Hex | CB | CE | F9 |
Shades of #cbcef9
Tints of #cbcef9
RGB Percentages of Color #cbcef9
CMYK Percentages of Color #cbcef9
Complementary Color
#cbcef9 | #f9f6cb |
#cbcef9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcef9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcef9 Color CSS Codes
.mybgcolor {background-color:#cbcef9; } .myforecolor {color:#cbcef9; } .mybordercolor {border:3px solid #cbcef9; }
#cbcef9 Text Font Color
<p style="color:#cbcef9">Text here</p>
This sample text font color is #cbcef9
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.
#cbcef9 Background Color
<div style="background-color:#cbcef9">
Div content here</div>
This div background color is #cbcef9
#cbcef9 Border Color
<div style="border:3px solid #cbcef9">
Div here</div>
This div border color is #cbcef9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,206,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcef9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcef9; -webkit-box-shadow: 1px 1px 3px 2px #cbcef9; box-shadow: 1px 1px 3px 2px #cbcef9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,206,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbcef9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcef9; -webkit-box-shadow: 1px 1px 3px 2px #cbcef9; box-shadow: 1px 1px 3px 2px #cbcef9;">
Div content here</div>
This div box has shadow with color #cbcef9
Comments
No comments written yet.
Please login to write comment.