Color spaces of #e2deea
RGB | 226 | 222 | 234 |
---|---|---|---|
HSL | 0.72 | 0.22 | 0.89 |
HSV | 260° | 5° | 92° |
CMYK | 0.03 | 0.05 | 0.00 0.08 |
XYZ | 72.3366 | 74.3518 | 88.3807 |
Yxy | 74.3518 | 0.3077 | 0.3163 |
Hunter Lab | 86.2275 | -1.1537 | -0.4113 |
CIE-Lab | 89.0885 | 3.5349 | -5.3775 |
#e2deea color RGB value is (226,222,234).
#e2deea hex color red value is 226, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e2deea hue: 0.72 , saturation: 0.22 and the lightness value of e2deea is 0.89.
The process color (four color CMYK) of #e2deea color hex is 0.03, 0.05, 0.00, 0.08. Web safe color of #e2deea is #ccccff. Color #e2deea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011110 | 11101010 |
Octal | 342 | 336 | 352 |
Decimal | 226 | 222 | 234 |
Hex | E2 | DE | EA |
Shades of #e2deea
Tints of #e2deea
RGB Percentages of Color #e2deea
CMYK Percentages of Color #e2deea
Complementary Color
#e2deea | #e6eade |
#e2deea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2deea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2deea Color CSS Codes
.mybgcolor {background-color:#e2deea; } .myforecolor {color:#e2deea; } .mybordercolor {border:3px solid #e2deea; }
#e2deea Text Font Color
<p style="color:#e2deea">Text here</p>
This sample text font color is #e2deea
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.
#e2deea Background Color
<div style="background-color:#e2deea">
Div content here</div>
This div background color is #e2deea
#e2deea Border Color
<div style="border:3px solid #e2deea">
Div here</div>
This div border color is #e2deea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,222,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2deea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2deea; -webkit-box-shadow: 1px 1px 3px 2px #e2deea; box-shadow: 1px 1px 3px 2px #e2deea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,222,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2deea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2deea; -webkit-box-shadow: 1px 1px 3px 2px #e2deea; box-shadow: 1px 1px 3px 2px #e2deea;">
Div content here</div>
This div box has shadow with color #e2deea
Comments
No comments written yet.
Please login to write comment.