Color spaces of #cbeaee
RGB | 203 | 234 | 238 |
---|---|---|---|
HSL | 0.52 | 0.51 | 0.86 |
HSV | 187° | 15° | 93° |
CMYK | 0.15 | 0.02 | 0.00 0.07 |
XYZ | 69.4840 | 77.7152 | 92.2273 |
Yxy | 77.7152 | 0.2902 | 0.3246 |
Hunter Lab | 88.1562 | -13.5812 | -0.3187 |
CIE-Lab | 90.6498 | -9.2762 | -5.3539 |
#cbeaee color RGB value is (203,234,238).
#cbeaee hex color red value is 203, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbeaee hue: 0.52 , saturation: 0.51 and the lightness value of cbeaee is 0.86.
The process color (four color CMYK) of #cbeaee color hex is 0.15, 0.02, 0.00, 0.07. Web safe color of #cbeaee is #ccffff. Color #cbeaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101010 | 11101110 |
Octal | 313 | 352 | 356 |
Decimal | 203 | 234 | 238 |
Hex | CB | EA | EE |
Shades of #cbeaee
Tints of #cbeaee
RGB Percentages of Color #cbeaee
CMYK Percentages of Color #cbeaee
Complementary Color
#cbeaee | #eecfcb |
#cbeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeaee Color CSS Codes
.mybgcolor {background-color:#cbeaee; } .myforecolor {color:#cbeaee; } .mybordercolor {border:3px solid #cbeaee; }
#cbeaee Text Font Color
<p style="color:#cbeaee">Text here</p>
This sample text font color is #cbeaee
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.
#cbeaee Background Color
<div style="background-color:#cbeaee">
Div content here</div>
This div background color is #cbeaee
#cbeaee Border Color
<div style="border:3px solid #cbeaee">
Div here</div>
This div border color is #cbeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeaee; -webkit-box-shadow: 1px 1px 3px 2px #cbeaee; box-shadow: 1px 1px 3px 2px #cbeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,234,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 #cbeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeaee; -webkit-box-shadow: 1px 1px 3px 2px #cbeaee; box-shadow: 1px 1px 3px 2px #cbeaee;">
Div content here</div>
This div box has shadow with color #cbeaee
Comments
No comments written yet.
Please login to write comment.