Color Hex Logo

#e2d99a Color Hex

#E2D99A
(226,217,154)
0 Favorites   0 Comments

Color spaces of #e2d99a

RGB 226217154
HSL0.150.550.75
HSV53°32°89°
CMYK 0.000.040.32   0.11
XYZ62.009668.127640.4535
Yxy68.12760.36350.3994
Hunter Lab82.5394-10.341928.7189
CIE-Lab86.0702-6.303732.2042

#e2d99a color RGB value is (226,217,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011001 10011010
Octal 342 331 232
Decimal 226 217 154
Hex E2 D9 9A

RGB Percentages of Color #e2d99a

%37.86
%36.35
%25.80

CMYK Percentages of Color #e2d99a

%0
%4
%32
%11

Triadic Colors of #e2d99a

#e2d99a #9ae2d9 #d99ae2

Analogous Colors of #e2d99a

#e2d99a #c7e29a #e2b59a

Monochromatic Colors of #e2d99a

#e2d99a

Complementary Color

#e2d99a #9aa3e2

#e2d99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d99a Color CSS Codes

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

#e2d99a Text Font Color

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

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


#e2d99a Background Color

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

This div background color is #e2d99a


#e2d99a Border Color

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

This div border color is #e2d99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d99a


Comments

No comments written yet.

Please login to write comment.