Color spaces of #e2ecfe
RGB | 226 | 236 | 254 |
---|---|---|---|
HSL | 0.61 | 0.93 | 0.94 |
HSV | 219° | 11° | 100° |
CMYK | 0.11 | 0.07 | 0.00 0.00 |
XYZ | 79.2489 | 83.3154 | 105.6706 |
Yxy | 83.3154 | 0.2954 | 0.3106 |
Hunter Lab | 91.2773 | -4.7577 | -4.7452 |
CIE-Lab | 93.1523 | 0.1190 | -9.8197 |
#e2ecfe color RGB value is (226,236,254).
#e2ecfe hex color red value is 226, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e2ecfe hue: 0.61 , saturation: 0.93 and the lightness value of e2ecfe is 0.94.
The process color (four color CMYK) of #e2ecfe color hex is 0.11, 0.07, 0.00, 0.00. Web safe color of #e2ecfe is #ccffff. Color #e2ecfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11101100 | 11111110 |
Octal | 342 | 354 | 376 |
Decimal | 226 | 236 | 254 |
Hex | E2 | EC | FE |
Shades of #e2ecfe
Tints of #e2ecfe
RGB Percentages of Color #e2ecfe
CMYK Percentages of Color #e2ecfe
Complementary Color
#e2ecfe | #fef4e2 |
#e2ecfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ecfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ecfe Color CSS Codes
.mybgcolor {background-color:#e2ecfe; } .myforecolor {color:#e2ecfe; } .mybordercolor {border:3px solid #e2ecfe; }
#e2ecfe Text Font Color
<p style="color:#e2ecfe">Text here</p>
This sample text font color is #e2ecfe
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.
#e2ecfe Background Color
<div style="background-color:#e2ecfe">
Div content here</div>
This div background color is #e2ecfe
#e2ecfe Border Color
<div style="border:3px solid #e2ecfe">
Div here</div>
This div border color is #e2ecfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,236,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ecfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ecfe; -webkit-box-shadow: 1px 1px 3px 2px #e2ecfe; box-shadow: 1px 1px 3px 2px #e2ecfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2ecfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ecfe; -webkit-box-shadow: 1px 1px 3px 2px #e2ecfe; box-shadow: 1px 1px 3px 2px #e2ecfe;">
Div content here</div>
This div box has shadow with color #e2ecfe
Comments
No comments written yet.
Please login to write comment.