Color Hex Logo

#eaa987 Color Hex

#EAA987
(234,169,135)
0 Favorites   0 Comments

Color spaces of #eaa987

RGB 234169135
HSL0.060.700.72
HSV21°42°92°
CMYK 0.000.280.42   0.08
XYZ52.492847.617629.3461
Yxy47.61760.40550.3678
Hunter Lab69.005515.026123.0895
CIE-Lab74.583119.782226.9884

#eaa987 color RGB value is (234,169,135).

#eaa987 hex color red value is 234, green value is 169 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #eaa987 hue: 0.06 , saturation: 0.70 and the lightness value of eaa987 is 0.72.

The process color (four color CMYK) of #eaa987 color hex is 0.00, 0.28, 0.42, 0.08. Web safe color of #eaa987 is #ff9999. Color #eaa987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 10000111
Octal 352 251 207
Decimal 234 169 135
Hex EA A9 87

RGB Percentages of Color #eaa987

%43.49
%31.41
%25.09

CMYK Percentages of Color #eaa987

%0
%28
%42
%8

Triadic Colors of #eaa987

#eaa987 #87eaa9 #a987ea

Analogous Colors of #eaa987

#eaa987 #eadb87 #ea8797

Monochromatic Colors of #eaa987

#eaa987

Complementary Color

#eaa987 #87c8ea

#eaa987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa987 Color CSS Codes

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

#eaa987 Text Font Color

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

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


#eaa987 Background Color

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

This div background color is #eaa987


#eaa987 Border Color

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

This div border color is #eaa987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa987


Comments

No comments written yet.

Please login to write comment.