Color Hex Logo

#eaaa79 Color Hex

#EAAA79
(234,170,121)
0 Favorites   0 Comments

Color spaces of #eaaa79

RGB 234170121
HSL0.070.730.70
HSV26°48°92°
CMYK 0.000.270.48   0.08
XYZ51.757647.622424.5533
Yxy47.62240.41760.3843
Hunter Lab69.009013.111527.2110
CIE-Lab74.586117.844934.4486

#eaaa79 color RGB value is (234,170,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 01111001
Octal 352 252 171
Decimal 234 170 121
Hex EA AA 79

RGB Percentages of Color #eaaa79

%44.57
%32.38
%23.05

CMYK Percentages of Color #eaaa79

%0
%27
%48
%8

Triadic Colors of #eaaa79

#eaaa79 #79eaaa #aa79ea

Analogous Colors of #eaaa79

#eaaa79 #eae379 #ea7981

Monochromatic Colors of #eaaa79

#eaaa79

Complementary Color

#eaaa79 #79b9ea

#eaaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa79 Color CSS Codes

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

#eaaa79 Text Font Color

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

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


#eaaa79 Background Color

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

This div background color is #eaaa79


#eaaa79 Border Color

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

This div border color is #eaaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa79


Comments

No comments written yet.

Please login to write comment.