Color Hex Logo

#e2ecfe Color Hex

#E2ECFE
(226,236,254)
0 Favorites   0 Comments

Color spaces of #e2ecfe

RGB 226236254
HSL0.610.930.94
HSV219°11°100°
CMYK 0.110.070.00   0.00
XYZ79.248983.3154105.6706
Yxy83.31540.29540.3106
Hunter Lab91.2773-4.7577-4.7452
CIE-Lab93.15230.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

BaseRedGreenBlue
Binary 11100010 11101100 11111110
Octal 342 354 376
Decimal 226 236 254
Hex E2 EC FE

RGB Percentages of Color #e2ecfe

%31.56
%32.96
%35.47

CMYK Percentages of Color #e2ecfe

%11
%7
%0
%0

Triadic Colors of #e2ecfe

#e2ecfe #fee2ec #ecfee2

Analogous Colors of #e2ecfe

#e2ecfe #e6e2fe #e2fafe

Monochromatic Colors of #e2ecfe

#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.