Color Hex Logo

#eaa87a Color Hex

#EAA87A
(234,168,122)
0 Favorites   0 Comments

Color spaces of #eaa87a

RGB 234168122
HSL0.070.730.70
HSV25°48°92°
CMYK 0.000.280.48   0.08
XYZ51.447246.902824.7539
Yxy46.90280.41790.3810
Hunter Lab68.485614.241526.5098
CIE-Lab74.127619.003733.3273

#eaa87a color RGB value is (234,168,122).

#eaa87a hex color red value is 234, green value is 168 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eaa87a hue: 0.07 , saturation: 0.73 and the lightness value of eaa87a is 0.70.

The process color (four color CMYK) of #eaa87a color hex is 0.00, 0.28, 0.48, 0.08. Web safe color of #eaa87a is #ff9966. Color #eaa87a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 01111010
Octal 352 250 172
Decimal 234 168 122
Hex EA A8 7A

RGB Percentages of Color #eaa87a

%44.66
%32.06
%23.28

CMYK Percentages of Color #eaa87a

%0
%28
%48
%8

Triadic Colors of #eaa87a

#eaa87a #7aeaa8 #a87aea

Analogous Colors of #eaa87a

#eaa87a #eae07a #ea7a84

Monochromatic Colors of #eaa87a

#eaa87a

Complementary Color

#eaa87a #7abcea

#eaa87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa87a Color CSS Codes

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

#eaa87a Text Font Color

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

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


#eaa87a Background Color

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

This div background color is #eaa87a


#eaa87a Border Color

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

This div border color is #eaa87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa87a


Comments

No comments written yet.

Please login to write comment.