Color spaces of #e5ecfe
RGB | 229 | 236 | 254 |
---|---|---|---|
HSL | 0.62 | 0.93 | 0.95 |
HSV | 223° | 10° | 100° |
CMYK | 0.10 | 0.07 | 0.00 0.00 |
XYZ | 80.1979 | 83.8047 | 105.7150 |
Yxy | 83.8047 | 0.2973 | 0.3107 |
Hunter Lab | 91.5449 | -3.8287 | -4.3860 |
CIE-Lab | 93.3656 | 1.0708 | -9.4798 |
#e5ecfe color RGB value is (229,236,254).
#e5ecfe hex color red value is 229, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5ecfe hue: 0.62 , saturation: 0.93 and the lightness value of e5ecfe is 0.95.
The process color (four color CMYK) of #e5ecfe color hex is 0.10, 0.07, 0.00, 0.00. Web safe color of #e5ecfe is #ccffff. Color #e5ecfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11101100 | 11111110 |
Octal | 345 | 354 | 376 |
Decimal | 229 | 236 | 254 |
Hex | E5 | EC | FE |
Shades of #e5ecfe
Tints of #e5ecfe
RGB Percentages of Color #e5ecfe
CMYK Percentages of Color #e5ecfe
Complementary Color
#e5ecfe | #fef7e5 |
#e5ecfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5ecfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5ecfe Color CSS Codes
.mybgcolor {background-color:#e5ecfe; } .myforecolor {color:#e5ecfe; } .mybordercolor {border:3px solid #e5ecfe; }
#e5ecfe Text Font Color
<p style="color:#e5ecfe">Text here</p>
This sample text font color is #e5ecfe
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.
#e5ecfe Background Color
<div style="background-color:#e5ecfe">
Div content here</div>
This div background color is #e5ecfe
#e5ecfe Border Color
<div style="border:3px solid #e5ecfe">
Div here</div>
This div border color is #e5ecfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,236,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5ecfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5ecfe; -webkit-box-shadow: 1px 1px 3px 2px #e5ecfe; box-shadow: 1px 1px 3px 2px #e5ecfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,236,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 #e5ecfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5ecfe; -webkit-box-shadow: 1px 1px 3px 2px #e5ecfe; box-shadow: 1px 1px 3px 2px #e5ecfe;">
Div content here</div>
This div box has shadow with color #e5ecfe
Comments
No comments written yet.
Please login to write comment.