Color Hex Logo

#eacc79 Color Hex

#EACC79
(234,204,121)
0 Favorites   0 Comments

Color spaces of #eacc79

RGB 234204121
HSL0.120.730.70
HSV44°48°92°
CMYK 0.000.130.48   0.08
XYZ58.975762.058626.9593
Yxy62.05860.39850.4193
Hunter Lab78.7773-4.228334.8538
CIE-Lab82.9446-0.022045.0067

#eacc79 color RGB value is (234,204,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 01111001
Octal 352 314 171
Decimal 234 204 121
Hex EA CC 79

RGB Percentages of Color #eacc79

%41.86
%36.49
%21.65

CMYK Percentages of Color #eacc79

%0
%13
%48
%8

Triadic Colors of #eacc79

#eacc79 #79eacc #cc79ea

Analogous Colors of #eacc79

#eacc79 #d0ea79 #ea9479

Monochromatic Colors of #eacc79

#eacc79

Complementary Color

#eacc79 #7997ea

#eacc79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacc79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacc79 Color CSS Codes

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

#eacc79 Text Font Color

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

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


#eacc79 Background Color

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

This div background color is #eacc79


#eacc79 Border Color

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

This div border color is #eacc79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacc79


Comments

No comments written yet.

Please login to write comment.