Color Hex Logo

#eaa070 Color Hex

#EAA070
(234,160,112)
0 Favorites   0 Comments

Color spaces of #eaa070

RGB 234160112
HSL0.070.740.68
HSV24°52°92°
CMYK 0.000.320.52   0.08
XYZ49.427143.803921.1791
Yxy43.80390.43200.3829
Hunter Lab66.184517.482327.3563
CIE-Lab72.097222.350436.0107

#eaa070 color RGB value is (234,160,112).

#eaa070 hex color red value is 234, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eaa070 hue: 0.07 , saturation: 0.74 and the lightness value of eaa070 is 0.68.

The process color (four color CMYK) of #eaa070 color hex is 0.00, 0.32, 0.52, 0.08. Web safe color of #eaa070 is #ff9966. Color #eaa070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 01110000
Octal 352 240 160
Decimal 234 160 112
Hex EA A0 70

RGB Percentages of Color #eaa070

%46.25
%31.62
%22.13

CMYK Percentages of Color #eaa070

%0
%32
%52
%8

Triadic Colors of #eaa070

#eaa070 #70eaa0 #a070ea

Analogous Colors of #eaa070

#eaa070 #eadd70 #ea707d

Monochromatic Colors of #eaa070

#eaa070

Complementary Color

#eaa070 #70baea

#eaa070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa070 Color CSS Codes

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

#eaa070 Text Font Color

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

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


#eaa070 Background Color

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

This div background color is #eaa070


#eaa070 Border Color

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

This div border color is #eaa070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa070


Comments

No comments written yet.

Please login to write comment.