Color spaces of #cbdeee
RGB | 203 | 222 | 238 |
---|---|---|---|
HSL | 0.58 | 0.51 | 0.86 |
HSV | 207° | 15° | 93° |
CMYK | 0.15 | 0.07 | 0.00 0.07 |
XYZ | 66.1825 | 71.1121 | 91.1267 |
Yxy | 71.1121 | 0.2897 | 0.3113 |
Hunter Lab | 84.3280 | -7.4832 | -5.0405 |
CIE-Lab | 87.5394 | -3.1194 | -9.9608 |
#cbdeee color RGB value is (203,222,238).
#cbdeee hex color red value is 203, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbdeee hue: 0.58 , saturation: 0.51 and the lightness value of cbdeee is 0.86.
The process color (four color CMYK) of #cbdeee color hex is 0.15, 0.07, 0.00, 0.07. Web safe color of #cbdeee is #ccccff. Color #cbdeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011110 | 11101110 |
Octal | 313 | 336 | 356 |
Decimal | 203 | 222 | 238 |
Hex | CB | DE | EE |
Shades of #cbdeee
Tints of #cbdeee
RGB Percentages of Color #cbdeee
CMYK Percentages of Color #cbdeee
Complementary Color
#cbdeee | #eedbcb |
#cbdeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdeee Color CSS Codes
.mybgcolor {background-color:#cbdeee; } .myforecolor {color:#cbdeee; } .mybordercolor {border:3px solid #cbdeee; }
#cbdeee Text Font Color
<p style="color:#cbdeee">Text here</p>
This sample text font color is #cbdeee
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.
#cbdeee Background Color
<div style="background-color:#cbdeee">
Div content here</div>
This div background color is #cbdeee
#cbdeee Border Color
<div style="border:3px solid #cbdeee">
Div here</div>
This div border color is #cbdeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,222,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdeee; -webkit-box-shadow: 1px 1px 3px 2px #cbdeee; box-shadow: 1px 1px 3px 2px #cbdeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,222,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdeee; -webkit-box-shadow: 1px 1px 3px 2px #cbdeee; box-shadow: 1px 1px 3px 2px #cbdeee;">
Div content here</div>
This div box has shadow with color #cbdeee
#cbdeee Color Palettes
Comments
No comments written yet.
Please login to write comment.