Color Hex Logo

#eac579 Color Hex

#EAC579
(234,197,121)
0 Favorites   0 Comments

Color spaces of #eac579

RGB 234197121
HSL0.110.730.70
HSV40°48°92°
CMYK 0.000.160.48   0.08
XYZ57.349158.805426.4171
Yxy58.80540.40220.4125
Hunter Lab76.6847-0.705933.2545
CIE-Lab81.18453.607142.8197

#eac579 color RGB value is (234,197,121).

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

The process color (four color CMYK) of #eac579 color hex is 0.00, 0.16, 0.48, 0.08. Web safe color of #eac579 is #ffcc66. Color #eac579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 01111001
Octal 352 305 171
Decimal 234 197 121
Hex EA C5 79

RGB Percentages of Color #eac579

%42.39
%35.69
%21.92

CMYK Percentages of Color #eac579

%0
%16
%48
%8

Triadic Colors of #eac579

#eac579 #79eac5 #c579ea

Analogous Colors of #eac579

#eac579 #d7ea79 #ea8d79

Monochromatic Colors of #eac579

#eac579

Complementary Color

#eac579 #799eea

#eac579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac579 Color CSS Codes

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

#eac579 Text Font Color

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

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


#eac579 Background Color

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

This div background color is #eac579


#eac579 Border Color

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

This div border color is #eac579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac579


Comments

No comments written yet.

Please login to write comment.