Color Hex Logo

#e5eaee Color Hex

#E5EAEE
(229,234,238)
0 Favorites   0 Comments

Color spaces of #e5eaee

RGB 229234238
HSL0.570.210.92
HSV207°93°
CMYK 0.040.020.00   0.07
XYZ77.168581.676792.5869
Yxy81.67670.30690.3248
Hunter Lab90.3752-5.74102.5216
CIE-Lab92.4320-0.9305-2.5268

#e5eaee color RGB value is (229,234,238).

#e5eaee hex color red value is 229, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e5eaee hue: 0.57 , saturation: 0.21 and the lightness value of e5eaee is 0.92.

The process color (four color CMYK) of #e5eaee color hex is 0.04, 0.02, 0.00, 0.07. Web safe color of #e5eaee is #ccffff. Color #e5eaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 11101110
Octal 345 352 356
Decimal 229 234 238
Hex E5 EA EE

RGB Percentages of Color #e5eaee

%32.67
%33.38
%33.95

CMYK Percentages of Color #e5eaee

%4
%2
%0
%7

Triadic Colors of #e5eaee

#e5eaee #eee5ea #eaeee5

Analogous Colors of #e5eaee

#e5eaee #e5e6ee #e5eeee

Monochromatic Colors of #e5eaee

#e5eaee

Complementary Color

#e5eaee #eee9e5

#e5eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eaee Color CSS Codes

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

#e5eaee Text Font Color

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

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


#e5eaee Background Color

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

This div background color is #e5eaee


#e5eaee Border Color

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

This div border color is #e5eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eaee

#e5eaee Color Palettes


Comments

No comments written yet.

Please login to write comment.