Color Hex Logo

#e5eafe Color Hex

#E5EAFE
(229,234,254)
0 Favorites   0 Comments

Color spaces of #e5eafe

RGB 229234254
HSL0.630.930.95
HSV228°10°100°
CMYK 0.100.080.00   0.00
XYZ79.625382.6594105.5241
Yxy82.65940.29730.3087
Hunter Lab90.9172-2.7748-5.1736
CIE-Lab92.86512.1010-10.2234

#e5eafe color RGB value is (229,234,254).

#e5eafe hex color red value is 229, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5eafe hue: 0.63 , saturation: 0.93 and the lightness value of e5eafe is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 11111110
Octal 345 352 376
Decimal 229 234 254
Hex E5 EA FE

RGB Percentages of Color #e5eafe

%31.94
%32.64
%35.43

CMYK Percentages of Color #e5eafe

%10
%8
%0
%0

Triadic Colors of #e5eafe

#e5eafe #fee5ea #eafee5

Analogous Colors of #e5eafe

#e5eafe #ede5fe #e5f7fe

Monochromatic Colors of #e5eafe

#e5eafe

Complementary Color

#e5eafe #fef9e5

#e5eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eafe Color CSS Codes

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

#e5eafe Text Font Color

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

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


#e5eafe Background Color

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

This div background color is #e5eafe


#e5eafe Border Color

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

This div border color is #e5eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.