Color Hex Logo

#e1deaa Color Hex

#E1DEAA
(225,222,170)
0 Favorites   0 Comments

Color spaces of #e1deaa

RGB 225222170
HSL0.160.480.77
HSV57°24°88°
CMYK 0.000.010.24   0.12
XYZ64.428371.152448.3683
Yxy71.15240.35030.3868
Hunter Lab84.3519-11.276825.0488
CIE-Lab87.5590-7.154325.9468

#e1deaa color RGB value is (225,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 10101010
Octal 341 336 252
Decimal 225 222 170
Hex E1 DE AA

RGB Percentages of Color #e1deaa

%36.47
%35.98
%27.55

CMYK Percentages of Color #e1deaa

%0
%1
%24
%12

Triadic Colors of #e1deaa

#e1deaa #aae1de #deaae1

Analogous Colors of #e1deaa

#e1deaa #c9e1aa #e1c3aa

Monochromatic Colors of #e1deaa

#e1deaa

Complementary Color

#e1deaa #aaade1

#e1deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1deaa Color CSS Codes

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

#e1deaa Text Font Color

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

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


#e1deaa Background Color

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

This div background color is #e1deaa


#e1deaa Border Color

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

This div border color is #e1deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1deaa


Comments

No comments written yet.

Please login to write comment.