Color Hex Logo

#e5eaef Color Hex

#E5EAEF
(229,234,239)
2 Favorites   0 Comments

Color spaces of #e5eaef

RGB 229234239
HSL0.580.240.92
HSV210°94°
CMYK 0.040.020.00   0.06
XYZ77.315981.735693.3629
Yxy81.73560.30630.3238
Hunter Lab90.4077-5.56192.0574
CIE-Lab92.4580-0.7460-3.0097

#e5eaef color RGB value is (229,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 11101111
Octal 345 352 357
Decimal 229 234 239
Hex E5 EA EF

RGB Percentages of Color #e5eaef

%32.62
%33.33
%34.05

CMYK Percentages of Color #e5eaef

%4
%2
%0
%6

Triadic Colors of #e5eaef

#e5eaef #efe5ea #eaefe5

Analogous Colors of #e5eaef

#e5eaef #e5e5ef #e5efef

Monochromatic Colors of #e5eaef

#e5eaef

Complementary Color

#e5eaef #efeae5

#e5eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eaef Color CSS Codes

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

#e5eaef Text Font Color

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

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


#e5eaef Background Color

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

This div background color is #e5eaef


#e5eaef Border Color

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

This div border color is #e5eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eaef


Comments

No comments written yet.

Please login to write comment.