Color Hex Logo

#eac070 Color Hex

#EAC070
(234,192,112)
0 Favorites   0 Comments

Color spaces of #eac070

RGB 234192112
HSL0.110.740.68
HSV39°52°92°
CMYK 0.000.180.52   0.08
XYZ55.706056.361623.2721
Yxy56.36160.41160.4164
Hunter Lab75.07441.068834.1729
CIE-Lab79.81925.418045.6264

#eac070 color RGB value is (234,192,112).

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

The process color (four color CMYK) of #eac070 color hex is 0.00, 0.18, 0.52, 0.08. Web safe color of #eac070 is #ffcc66. Color #eac070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01110000
Octal 352 300 160
Decimal 234 192 112
Hex EA C0 70

RGB Percentages of Color #eac070

%43.49
%35.69
%20.82

CMYK Percentages of Color #eac070

%0
%18
%52
%8

Triadic Colors of #eac070

#eac070 #70eac0 #c070ea

Analogous Colors of #eac070

#eac070 #d7ea70 #ea8370

Monochromatic Colors of #eac070

#eac070

Complementary Color

#eac070 #709aea

#eac070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac070 Color CSS Codes

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

#eac070 Text Font Color

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

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


#eac070 Background Color

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

This div background color is #eac070


#eac070 Border Color

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

This div border color is #eac070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac070


Comments

No comments written yet.

Please login to write comment.