Color spaces of #deeaee
RGB | 222 | 234 | 238 |
---|---|---|---|
HSL | 0.54 | 0.32 | 0.90 |
HSV | 195° | 7° | 93° |
CMYK | 0.07 | 0.02 | 0.00 0.07 |
XYZ | 74.9796 | 80.5483 | 92.4844 |
Yxy | 80.5483 | 0.3023 | 0.3248 |
Hunter Lab | 89.7487 | -7.9343 | 1.7268 |
CIE-Lab | 91.9303 | -3.2209 | -3.3217 |
#deeaee color RGB value is (222,234,238).
#deeaee hex color red value is 222, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deeaee hue: 0.54 , saturation: 0.32 and the lightness value of deeaee is 0.90.
The process color (four color CMYK) of #deeaee color hex is 0.07, 0.02, 0.00, 0.07. Web safe color of #deeaee is #ccffff. Color #deeaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101010 | 11101110 |
Octal | 336 | 352 | 356 |
Decimal | 222 | 234 | 238 |
Hex | DE | EA | EE |
Shades of #deeaee
Tints of #deeaee
RGB Percentages of Color #deeaee
CMYK Percentages of Color #deeaee
Complementary Color
#deeaee | #eee2de |
#deeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#deeaee Color CSS Codes
.mybgcolor {background-color:#deeaee; } .myforecolor {color:#deeaee; } .mybordercolor {border:3px solid #deeaee; }
#deeaee Text Font Color
<p style="color:#deeaee">Text here</p>
This sample text font color is #deeaee
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.
#deeaee Background Color
<div style="background-color:#deeaee">
Div content here</div>
This div background color is #deeaee
#deeaee Border Color
<div style="border:3px solid #deeaee">
Div here</div>
This div border color is #deeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deeaee; -webkit-box-shadow: 1px 1px 3px 2px #deeaee; box-shadow: 1px 1px 3px 2px #deeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,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 #deeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deeaee; -webkit-box-shadow: 1px 1px 3px 2px #deeaee; box-shadow: 1px 1px 3px 2px #deeaee;">
Div content here</div>
This div box has shadow with color #deeaee
#deeaee Color Palettes
Comments
No comments written yet.
Please login to write comment.