Color spaces of #e5eafe
RGB | 229 | 234 | 254 |
---|---|---|---|
HSL | 0.63 | 0.93 | 0.95 |
HSV | 228° | 10° | 100° |
CMYK | 0.10 | 0.08 | 0.00 0.00 |
XYZ | 79.6253 | 82.6594 | 105.5241 |
Yxy | 82.6594 | 0.2973 | 0.3087 |
Hunter Lab | 90.9172 | -2.7748 | -5.1736 |
CIE-Lab | 92.8651 | 2.1010 | -10.2234 |
#e5eafe color RGB value is (229,234,254).
#e5eafe hex color red value is 229, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5eafe hue: 0.63 , saturation: 0.93 and the lightness value of e5eafe is 0.95.
The process color (four color CMYK) of #e5eafe color hex is 0.10, 0.08, 0.00, 0.00. Web safe color of #e5eafe is #ccffff. Color #e5eafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11101010 | 11111110 |
Octal | 345 | 352 | 376 |
Decimal | 229 | 234 | 254 |
Hex | E5 | EA | FE |
Shades of #e5eafe
Tints of #e5eafe
RGB Percentages of Color #e5eafe
CMYK Percentages of Color #e5eafe
Complementary Color
#e5eafe | #fef9e5 |
#e5eafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5eafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5eafe Color CSS Codes
.mybgcolor {background-color:#e5eafe; } .myforecolor {color:#e5eafe; } .mybordercolor {border:3px solid #e5eafe; }
#e5eafe Text Font Color
<p style="color:#e5eafe">Text here</p>
This sample text font color is #e5eafe
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.
#e5eafe Background Color
<div style="background-color:#e5eafe">
Div content here</div>
This div background color is #e5eafe
#e5eafe Border Color
<div style="border:3px solid #e5eafe">
Div here</div>
This div border color is #e5eafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,234,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5eafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5eafe; -webkit-box-shadow: 1px 1px 3px 2px #e5eafe; box-shadow: 1px 1px 3px 2px #e5eafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,234,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5eafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5eafe; -webkit-box-shadow: 1px 1px 3px 2px #e5eafe; box-shadow: 1px 1px 3px 2px #e5eafe;">
Div content here</div>
This div box has shadow with color #e5eafe
Comments
No comments written yet.
Please login to write comment.