Color Hex Logo

#eea97a Color Hex

#EEA97A
(238,169,122)
0 Favorites   0 Comments

Color spaces of #eea97a

RGB 238169122
HSL0.070.770.71
HSV24°49°93°
CMYK 0.000.290.49   0.07
XYZ52.960747.958224.8779
Yxy47.95820.42100.3812
Hunter Lab69.251915.318027.1771
CIE-Lab74.798620.068734.2807

#eea97a color RGB value is (238,169,122).

#eea97a hex color red value is 238, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eea97a hue: 0.07 , saturation: 0.77 and the lightness value of eea97a is 0.71.

The process color (four color CMYK) of #eea97a color hex is 0.00, 0.29, 0.49, 0.07. Web safe color of #eea97a is #ff9966. Color #eea97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 01111010
Octal 356 251 172
Decimal 238 169 122
Hex EE A9 7A

RGB Percentages of Color #eea97a

%44.99
%31.95
%23.06

CMYK Percentages of Color #eea97a

%0
%29
%49
%7

Triadic Colors of #eea97a

#eea97a #7aeea9 #a97aee

Analogous Colors of #eea97a

#eea97a #eee37a #ee7a85

Monochromatic Colors of #eea97a

#eea97a

Complementary Color

#eea97a #7abfee

#eea97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea97a Color CSS Codes

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

#eea97a Text Font Color

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

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


#eea97a Background Color

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

This div background color is #eea97a


#eea97a Border Color

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

This div border color is #eea97a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,169,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea97a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea97a;
  -webkit-box-shadow: 1px 1px 3px 2px #eea97a;
  box-shadow:         1px 1px 3px 2px #eea97a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,169,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea97a


Comments

No comments written yet.

Please login to write comment.