Color Hex Logo

#e1deac Color Hex

#E1DEAC
(225,222,172)
0 Favorites   0 Comments

Color spaces of #e1deac

RGB 225222172
HSL0.160.470.78
HSV57°24°88°
CMYK 0.000.010.24   0.12
XYZ64.619071.228749.3724
Yxy71.22870.34890.3846
Hunter Lab84.3971-11.025624.3932
CIE-Lab87.5960-6.880924.9619

#e1deac color RGB value is (225,222,172).

#e1deac hex color red value is 225, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e1deac hue: 0.16 , saturation: 0.47 and the lightness value of e1deac is 0.78.

The process color (four color CMYK) of #e1deac color hex is 0.00, 0.01, 0.24, 0.12. Web safe color of #e1deac is #cccc99. Color #e1deac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 10101100
Octal 341 336 254
Decimal 225 222 172
Hex E1 DE AC

RGB Percentages of Color #e1deac

%36.35
%35.86
%27.79

CMYK Percentages of Color #e1deac

%0
%1
%24
%12

Triadic Colors of #e1deac

#e1deac #ace1de #deace1

Analogous Colors of #e1deac

#e1deac #cae1ac #e1c4ac

Monochromatic Colors of #e1deac

#e1deac

Complementary Color

#e1deac #acafe1

#e1deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1deac Color CSS Codes

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

#e1deac Text Font Color

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

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


#e1deac Background Color

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

This div background color is #e1deac


#e1deac Border Color

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

This div border color is #e1deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1deac


Comments

No comments written yet.

Please login to write comment.