Color Hex Logo

#e5efea Color Hex

#E5EFEA
(229,239,234)
0 Favorites   0 Comments

Color spaces of #e5efea

RGB 229239234
HSL0.420.240.92
HSV150°94°
CMYK 0.040.000.02   0.06
XYZ78.030984.331590.0068
Yxy84.33150.30920.3342
Hunter Lab91.8322-9.03276.1711
CIE-Lab93.5943-4.20931.2539

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

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

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

Base Numbers

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

RGB Percentages of Color #e5efea

%32.62
%34.05
%33.33

CMYK Percentages of Color #e5efea

%4
%0
%2
%6

Triadic Colors of #e5efea

#e5efea #eae5ef #efeae5

Analogous Colors of #e5efea

#e5efea #e5efef #e5efe5

Monochromatic Colors of #e5efea

#e5efea

Complementary Color

#e5efea #efe5ea

#e5efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5efea Color CSS Codes

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

#e5efea Text Font Color

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

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


#e5efea Background Color

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

This div background color is #e5efea


#e5efea Border Color

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

This div border color is #e5efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5efea


Comments

No comments written yet.

Please login to write comment.