Color Hex Logo

#aea978 Color Hex

#AEA978
(174,169,120)
0 Favorites   0 Comments

Color spaces of #aea978

RGB 174169120
HSL0.150.250.58
HSV54°31°68°
CMYK 0.000.030.31   0.32
XYZ35.033738.730723.3986
Yxy38.73070.36060.3986
Hunter Lab62.2340-8.425621.2721
CIE-Lab68.5557-5.967125.9904

#aea978 color RGB value is (174,169,120).

#aea978 hex color red value is 174, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aea978 hue: 0.15 , saturation: 0.25 and the lightness value of aea978 is 0.58.

The process color (four color CMYK) of #aea978 color hex is 0.00, 0.03, 0.31, 0.32. Web safe color of #aea978 is #999966. Color #aea978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01111000
Octal 256 251 170
Decimal 174 169 120
Hex AE A9 78

RGB Percentages of Color #aea978

%37.58
%36.50
%25.92

CMYK Percentages of Color #aea978

%0
%3
%31
%32

Triadic Colors of #aea978

#aea978 #78aea9 #a978ae

Analogous Colors of #aea978

#aea978 #98ae78 #ae8e78

Monochromatic Colors of #aea978

#aea978

Complementary Color

#aea978 #787dae

#aea978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea978 Color CSS Codes

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

#aea978 Text Font Color

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

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


#aea978 Background Color

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

This div background color is #aea978


#aea978 Border Color

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

This div border color is #aea978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,169,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aea978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aea978;
  -webkit-box-shadow: 1px 1px 3px 2px #aea978;
  box-shadow:         1px 1px 3px 2px #aea978; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,169,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea978


Comments

No comments written yet.

Please login to write comment.