Color Hex Logo

#e2eefa Color Hex

#E2EEFA
(226,238,250)
0 Favorites   0 Comments

Color spaces of #e2eefa

RGB 226238250
HSL0.580.710.93
HSV210°10°98°
CMYK 0.100.050.00   0.02
XYZ79.193984.2199102.5246
Yxy84.21990.29780.3167
Hunter Lab91.7714-6.5638-1.9973
CIE-Lab93.5459-1.6863-7.1563

#e2eefa color RGB value is (226,238,250).

#e2eefa hex color red value is 226, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2eefa hue: 0.58 , saturation: 0.71 and the lightness value of e2eefa is 0.93.

The process color (four color CMYK) of #e2eefa color hex is 0.10, 0.05, 0.00, 0.02. Web safe color of #e2eefa is #ccffff. Color #e2eefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101110 11111010
Octal 342 356 372
Decimal 226 238 250
Hex E2 EE FA

RGB Percentages of Color #e2eefa

%31.65
%33.33
%35.01

CMYK Percentages of Color #e2eefa

%10
%5
%0
%2

Triadic Colors of #e2eefa

#e2eefa #fae2ee #eefae2

Analogous Colors of #e2eefa

#e2eefa #e2e2fa #e2fafa

Monochromatic Colors of #e2eefa

#e2eefa

Complementary Color

#e2eefa #faeee2

#e2eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eefa Color CSS Codes

.mybgcolor {background-color:#e2eefa; } 
.myforecolor {color:#e2eefa; }
.mybordercolor {border:3px solid #e2eefa; }

#e2eefa Text Font Color

<p style="color:#e2eefa">Text here</p>

This sample text font color is #e2eefa
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.


#e2eefa Background Color

<div style="background-color:#e2eefa">
Div content here</div>

This div background color is #e2eefa


#e2eefa Border Color

<div style="border:3px solid #e2eefa">
Div here</div>

This div border color is #e2eefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,238,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2eefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2eefa;
  -webkit-box-shadow: 1px 1px 3px 2px #e2eefa;
  box-shadow:         1px 1px 3px 2px #e2eefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,238,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2eefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e2eefa;
  -webkit-box-shadow: 1px 1px 3px 2px #e2eefa;
  box-shadow:         1px 1px 3px 2px #e2eefa;">
Div content here</div>

This div box has shadow with color #e2eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.