Color Hex Logo

#aea980 Color Hex

#AEA980
(174,169,128)
0 Favorites   0 Comments

Color spaces of #aea980

RGB 174169128
HSL0.150.220.59
HSV53°26°68°
CMYK 0.000.030.26   0.32
XYZ35.539838.933126.0638
Yxy38.93310.35350.3873
Hunter Lab62.3964-7.523518.9113
CIE-Lab68.7028-4.882821.8581

#aea980 color RGB value is (174,169,128).

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

The process color (four color CMYK) of #aea980 color hex is 0.00, 0.03, 0.26, 0.32. Web safe color of #aea980 is #999999. Color #aea980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10000000
Octal 256 251 200
Decimal 174 169 128
Hex AE A9 80

RGB Percentages of Color #aea980

%36.94
%35.88
%27.18

CMYK Percentages of Color #aea980

%0
%3
%26
%32

Triadic Colors of #aea980

#aea980 #80aea9 #a980ae

Analogous Colors of #aea980

#aea980 #9cae80 #ae9280

Monochromatic Colors of #aea980

#aea980

Complementary Color

#aea980 #8085ae

#aea980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea980 Color CSS Codes

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

#aea980 Text Font Color

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

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


#aea980 Background Color

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

This div background color is #aea980


#aea980 Border Color

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

This div border color is #aea980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea980


Comments

No comments written yet.

Please login to write comment.