Color Hex Logo

#e5efac Color Hex

#E5EFAC
(229,239,172)
0 Favorites   0 Comments

Color spaces of #e5efac

RGB 229239172
HSL0.190.680.81
HSV69°28°94°
CMYK 0.040.000.28   0.06
XYZ70.626081.369651.0132
Yxy81.36960.34790.4008
Hunter Lab90.2051-18.102529.6136
CIE-Lab92.2959-13.917331.3815

#e5efac color RGB value is (229,239,172).

#e5efac hex color red value is 229, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5efac hue: 0.19 , saturation: 0.68 and the lightness value of e5efac is 0.81.

The process color (four color CMYK) of #e5efac color hex is 0.04, 0.00, 0.28, 0.06. Web safe color of #e5efac is #ccff99. Color #e5efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101111 10101100
Octal 345 357 254
Decimal 229 239 172
Hex E5 EF AC

RGB Percentages of Color #e5efac

%35.78
%37.34
%26.88

CMYK Percentages of Color #e5efac

%4
%0
%28
%6

Triadic Colors of #e5efac

#e5efac #ace5ef #eface5

Analogous Colors of #e5efac

#e5efac #c4efac #efd8ac

Monochromatic Colors of #e5efac

#e5efac

Complementary Color

#e5efac #b6acef

#e5efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5efac Color CSS Codes

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

#e5efac Text Font Color

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

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


#e5efac Background Color

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

This div background color is #e5efac


#e5efac Border Color

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

This div border color is #e5efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5efac


Comments

No comments written yet.

Please login to write comment.