Color spaces of #cbceef
RGB | 203 | 206 | 239 |
---|---|---|---|
HSL | 0.65 | 0.53 | 0.87 |
HSV | 235° | 15° | 94° |
CMYK | 0.15 | 0.14 | 0.00 0.06 |
XYZ | 62.2799 | 63.0711 | 90.5528 |
Yxy | 63.0711 | 0.2885 | 0.2921 |
Hunter Lab | 79.4173 | 1.0013 | -12.0112 |
CIE-Lab | 83.4798 | 5.4912 | -16.5637 |
#cbceef color RGB value is (203,206,239).
#cbceef hex color red value is 203, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbceef hue: 0.65 , saturation: 0.53 and the lightness value of cbceef is 0.87.
The process color (four color CMYK) of #cbceef color hex is 0.15, 0.14, 0.00, 0.06. Web safe color of #cbceef is #ccccff. Color #cbceef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001110 | 11101111 |
Octal | 313 | 316 | 357 |
Decimal | 203 | 206 | 239 |
Hex | CB | CE | EF |
Shades of #cbceef
Tints of #cbceef
RGB Percentages of Color #cbceef
CMYK Percentages of Color #cbceef
Complementary Color
#cbceef | #efeccb |
#cbceef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbceef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbceef Color CSS Codes
.mybgcolor {background-color:#cbceef; } .myforecolor {color:#cbceef; } .mybordercolor {border:3px solid #cbceef; }
#cbceef Text Font Color
<p style="color:#cbceef">Text here</p>
This sample text font color is #cbceef
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.
#cbceef Background Color
<div style="background-color:#cbceef">
Div content here</div>
This div background color is #cbceef
#cbceef Border Color
<div style="border:3px solid #cbceef">
Div here</div>
This div border color is #cbceef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,206,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbceef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbceef; -webkit-box-shadow: 1px 1px 3px 2px #cbceef; box-shadow: 1px 1px 3px 2px #cbceef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,206,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbceef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbceef; -webkit-box-shadow: 1px 1px 3px 2px #cbceef; box-shadow: 1px 1px 3px 2px #cbceef;">
Div content here</div>
This div box has shadow with color #cbceef
Comments
No comments written yet.
Please login to write comment.