Color Hex Logo

#eac5aa Color Hex

#EAC5AA
(234,197,170)
0 Favorites   0 Comments

Color spaces of #eac5aa

RGB 234197170
HSL0.070.600.79
HSV25°27°92°
CMYK 0.000.160.27   0.08
XYZ61.153660.327246.4514
Yxy60.32720.36420.3592
Hunter Lab77.67064.617718.9106
CIE-Lab82.01579.167918.4326

#eac5aa color RGB value is (234,197,170).

#eac5aa hex color red value is 234, green value is 197 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eac5aa hue: 0.07 , saturation: 0.60 and the lightness value of eac5aa is 0.79.

The process color (four color CMYK) of #eac5aa color hex is 0.00, 0.16, 0.27, 0.08. Web safe color of #eac5aa is #ffcc99. Color #eac5aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10101010
Octal 352 305 252
Decimal 234 197 170
Hex EA C5 AA

RGB Percentages of Color #eac5aa

%38.94
%32.78
%28.29

CMYK Percentages of Color #eac5aa

%0
%16
%27
%8

Triadic Colors of #eac5aa

#eac5aa #aaeac5 #c5aaea

Analogous Colors of #eac5aa

#eac5aa #eae5aa #eaaaaf

Monochromatic Colors of #eac5aa

#eac5aa

Complementary Color

#eac5aa #aacfea

#eac5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac5aa Color CSS Codes

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

#eac5aa Text Font Color

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

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


#eac5aa Background Color

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

This div background color is #eac5aa


#eac5aa Border Color

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

This div border color is #eac5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac5aa


Comments

No comments written yet.

Please login to write comment.