Color Hex Logo

#e2d89a Color Hex

#E2D89A
(226,216,154)
0 Favorites   0 Comments

Color spaces of #e2d89a

RGB 226216154
HSL0.140.550.75
HSV52°32°89°
CMYK 0.000.040.32   0.11
XYZ61.752667.613640.3679
Yxy67.61360.36380.3984
Hunter Lab82.2275-9.845128.4520
CIE-Lab85.8129-5.794331.8620

#e2d89a color RGB value is (226,216,154).

#e2d89a hex color red value is 226, green value is 216 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e2d89a hue: 0.14 , saturation: 0.55 and the lightness value of e2d89a is 0.75.

The process color (four color CMYK) of #e2d89a color hex is 0.00, 0.04, 0.32, 0.11. Web safe color of #e2d89a is #cccc99. Color #e2d89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011000 10011010
Octal 342 330 232
Decimal 226 216 154
Hex E2 D8 9A

RGB Percentages of Color #e2d89a

%37.92
%36.24
%25.84

CMYK Percentages of Color #e2d89a

%0
%4
%32
%11

Triadic Colors of #e2d89a

#e2d89a #9ae2d8 #d89ae2

Analogous Colors of #e2d89a

#e2d89a #c8e29a #e2b49a

Monochromatic Colors of #e2d89a

#e2d89a

Complementary Color

#e2d89a #9aa4e2

#e2d89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d89a Color CSS Codes

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

#e2d89a Text Font Color

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

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


#e2d89a Background Color

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

This div background color is #e2d89a


#e2d89a Border Color

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

This div border color is #e2d89a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,216,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2d89a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2d89a;
  -webkit-box-shadow: 1px 1px 3px 2px #e2d89a;
  box-shadow:         1px 1px 3px 2px #e2d89a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,216,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d89a


Comments

No comments written yet.

Please login to write comment.