Color Hex Logo

#e1eafe Color Hex

#E1EAFE
(225,234,254)
0 Favorites   0 Comments

Color spaces of #e1eafe

RGB 225234254
HSL0.610.940.94
HSV221°11°100°
CMYK 0.110.080.00   0.00
XYZ78.363582.0089105.4650
Yxy82.00890.29480.3085
Hunter Lab90.5588-4.0159-5.6582
CIE-Lab92.57880.8321-10.6801

#e1eafe color RGB value is (225,234,254).

#e1eafe hex color red value is 225, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e1eafe hue: 0.61 , saturation: 0.94 and the lightness value of e1eafe is 0.94.

The process color (four color CMYK) of #e1eafe color hex is 0.11, 0.08, 0.00, 0.00. Web safe color of #e1eafe is #ccffff. Color #e1eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 11111110
Octal 341 352 376
Decimal 225 234 254
Hex E1 EA FE

RGB Percentages of Color #e1eafe

%31.56
%32.82
%35.62

CMYK Percentages of Color #e1eafe

%11
%8
%0
%0

Triadic Colors of #e1eafe

#e1eafe #fee1ea #eafee1

Analogous Colors of #e1eafe

#e1eafe #e7e1fe #e1f9fe

Monochromatic Colors of #e1eafe

#e1eafe

Complementary Color

#e1eafe #fef5e1

#e1eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eafe Color CSS Codes

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

#e1eafe Text Font Color

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

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


#e1eafe Background Color

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

This div background color is #e1eafe


#e1eafe Border Color

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

This div border color is #e1eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eafe


Comments

No comments written yet.

Please login to write comment.