Color Hex Logo

#e1efac Color Hex

#E1EFAC
(225,239,172)
0 Favorites   0 Comments

Color spaces of #e1efac

RGB 225239172
HSL0.200.680.81
HSV73°28°94°
CMYK 0.060.000.28   0.06
XYZ69.364280.719150.9542
Yxy80.71910.34500.4015
Hunter Lab89.8438-19.415229.2648
CIE-Lab92.0065-15.383330.9426

#e1efac color RGB value is (225,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 10101100
Octal 341 357 254
Decimal 225 239 172
Hex E1 EF AC

RGB Percentages of Color #e1efac

%35.38
%37.58
%27.04

CMYK Percentages of Color #e1efac

%6
%0
%28
%6

Triadic Colors of #e1efac

#e1efac #ace1ef #eface1

Analogous Colors of #e1efac

#e1efac #c0efac #efdcac

Monochromatic Colors of #e1efac

#e1efac

Complementary Color

#e1efac #baacef

#e1efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efac Color CSS Codes

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

#e1efac Text Font Color

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

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


#e1efac Background Color

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

This div background color is #e1efac


#e1efac Border Color

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

This div border color is #e1efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efac


Comments

No comments written yet.

Please login to write comment.