Color Hex Logo

#e1dfaa Color Hex

#E1DFAA
(225,223,170)
0 Favorites   0 Comments

Color spaces of #e1dfaa

RGB 225223170
HSL0.160.480.77
HSV58°24°88°
CMYK 0.000.010.24   0.12
XYZ64.694771.685248.4571
Yxy71.68520.35000.3878
Hunter Lab84.6671-11.774425.3338
CIE-Lab87.8168-7.661226.2980

#e1dfaa color RGB value is (225,223,170).

#e1dfaa hex color red value is 225, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e1dfaa hue: 0.16 , saturation: 0.48 and the lightness value of e1dfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 10101010
Octal 341 337 252
Decimal 225 223 170
Hex E1 DF AA

RGB Percentages of Color #e1dfaa

%36.41
%36.08
%27.51

CMYK Percentages of Color #e1dfaa

%0
%1
%24
%12

Triadic Colors of #e1dfaa

#e1dfaa #aae1df #dfaae1

Analogous Colors of #e1dfaa

#e1dfaa #c8e1aa #e1c4aa

Monochromatic Colors of #e1dfaa

#e1dfaa

Complementary Color

#e1dfaa #aaace1

#e1dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfaa Color CSS Codes

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

#e1dfaa Text Font Color

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

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


#e1dfaa Background Color

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

This div background color is #e1dfaa


#e1dfaa Border Color

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

This div border color is #e1dfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,223,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfaa


Comments

No comments written yet.

Please login to write comment.