Color spaces of #ceeaee
RGB | 206 | 234 | 238 |
---|---|---|---|
HSL | 0.52 | 0.48 | 0.87 |
HSV | 188° | 13° | 93° |
CMYK | 0.13 | 0.02 | 0.00 0.07 |
XYZ | 70.3090 | 78.1405 | 92.2659 |
Yxy | 78.1405 | 0.2921 | 0.3246 |
Hunter Lab | 88.3971 | -12.7202 | -0.0069 |
CIE-Lab | 90.8440 | -8.3376 | -5.0455 |
#ceeaee color RGB value is (206,234,238).
#ceeaee hex color red value is 206, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ceeaee hue: 0.52 , saturation: 0.48 and the lightness value of ceeaee is 0.87.
The process color (four color CMYK) of #ceeaee color hex is 0.13, 0.02, 0.00, 0.07. Web safe color of #ceeaee is #ccffff. Color #ceeaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101010 | 11101110 |
Octal | 316 | 352 | 356 |
Decimal | 206 | 234 | 238 |
Hex | CE | EA | EE |
Shades of #ceeaee
Tints of #ceeaee
RGB Percentages of Color #ceeaee
CMYK Percentages of Color #ceeaee
Complementary Color
#ceeaee | #eed2ce |
#ceeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceeaee Color CSS Codes
.mybgcolor {background-color:#ceeaee; } .myforecolor {color:#ceeaee; } .mybordercolor {border:3px solid #ceeaee; }
#ceeaee Text Font Color
<p style="color:#ceeaee">Text here</p>
This sample text font color is #ceeaee
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.
#ceeaee Background Color
<div style="background-color:#ceeaee">
Div content here</div>
This div background color is #ceeaee
#ceeaee Border Color
<div style="border:3px solid #ceeaee">
Div here</div>
This div border color is #ceeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceeaee; -webkit-box-shadow: 1px 1px 3px 2px #ceeaee; box-shadow: 1px 1px 3px 2px #ceeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,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 #ceeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceeaee; -webkit-box-shadow: 1px 1px 3px 2px #ceeaee; box-shadow: 1px 1px 3px 2px #ceeaee;">
Div content here</div>
This div box has shadow with color #ceeaee
Comments
No comments written yet.
Please login to write comment.