Color Hex Logo

#e0feac Color Hex

#E0FEAC
(224,254,172)
0 Favorites   0 Comments

Color spaces of #e0feac

RGB 224254172
HSL0.230.980.84
HSV82°32°100°
CMYK 0.120.000.32   0.00
XYZ73.628789.709552.4647
Yxy89.70950.34120.4157
Hunter Lab94.7151-26.990833.4586
CIE-Lab95.8761-23.020136.0948

#e0feac color RGB value is (224,254,172).

#e0feac hex color red value is 224, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e0feac hue: 0.23 , saturation: 0.98 and the lightness value of e0feac is 0.84.

The process color (four color CMYK) of #e0feac color hex is 0.12, 0.00, 0.32, 0.00. Web safe color of #e0feac is #ccff99. Color #e0feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 10101100
Octal 340 376 254
Decimal 224 254 172
Hex E0 FE AC

RGB Percentages of Color #e0feac

%34.46
%39.08
%26.46

CMYK Percentages of Color #e0feac

%12
%0
%32
%0

Triadic Colors of #e0feac

#e0feac #ace0fe #feace0

Analogous Colors of #e0feac

#e0feac #b7feac #fef3ac

Monochromatic Colors of #e0feac

#e0feac

Complementary Color

#e0feac #caacfe

#e0feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0feac Color CSS Codes

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

#e0feac Text Font Color

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

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


#e0feac Background Color

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

This div background color is #e0feac


#e0feac Border Color

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

This div border color is #e0feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0feac


Comments

No comments written yet.

Please login to write comment.