Color Hex Logo

#e2eafa Color Hex

#E2EAFA
(226,234,250)
0 Favorites   0 Comments

Color spaces of #e2eafa

RGB 226234250
HSL0.610.710.93
HSV220°10°98°
CMYK 0.100.060.00   0.02
XYZ78.042281.9165102.1407
Yxy81.91650.29780.3125
Hunter Lab90.5077-4.4732-3.5551
CIE-Lab92.53800.3663-8.6491

#e2eafa color RGB value is (226,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 11111010
Octal 342 352 372
Decimal 226 234 250
Hex E2 EA FA

RGB Percentages of Color #e2eafa

%31.83
%32.96
%35.21

CMYK Percentages of Color #e2eafa

%10
%6
%0
%2

Triadic Colors of #e2eafa

#e2eafa #fae2ea #eafae2

Analogous Colors of #e2eafa

#e2eafa #e6e2fa #e2f6fa

Monochromatic Colors of #e2eafa

#e2eafa

Complementary Color

#e2eafa #faf2e2

#e2eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eafa Color CSS Codes

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

#e2eafa Text Font Color

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

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


#e2eafa Background Color

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

This div background color is #e2eafa


#e2eafa Border Color

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

This div border color is #e2eafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,234,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 #e2eafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eafa


Comments

No comments written yet.

Please login to write comment.