Color Hex Logo

#eaac79 Color Hex

#EAAC79
(234,172,121)
0 Favorites   0 Comments

Color spaces of #eaac79

RGB 234172121
HSL0.080.730.70
HSV27°48°92°
CMYK 0.000.260.48   0.08
XYZ52.135448.377924.6792
Yxy48.37790.41640.3864
Hunter Lab69.554212.077427.6507
CIE-Lab75.062716.782035.0625

#eaac79 color RGB value is (234,172,121).

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

The process color (four color CMYK) of #eaac79 color hex is 0.00, 0.26, 0.48, 0.08. Web safe color of #eaac79 is #ff9966. Color #eaac79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 01111001
Octal 352 254 171
Decimal 234 172 121
Hex EA AC 79

RGB Percentages of Color #eaac79

%44.40
%32.64
%22.96

CMYK Percentages of Color #eaac79

%0
%26
%48
%8

Triadic Colors of #eaac79

#eaac79 #79eaac #ac79ea

Analogous Colors of #eaac79

#eaac79 #eae579 #ea797f

Monochromatic Colors of #eaac79

#eaac79

Complementary Color

#eaac79 #79b7ea

#eaac79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaac79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaac79 Color CSS Codes

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

#eaac79 Text Font Color

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

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


#eaac79 Background Color

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

This div background color is #eaac79


#eaac79 Border Color

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

This div border color is #eaac79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaac79


Comments

No comments written yet.

Please login to write comment.