Color Hex Logo

#aea981 Color Hex

#AEA981
(174,169,129)
0 Favorites   0 Comments

Color spaces of #aea981

RGB 174169129
HSL0.150.220.59
HSV53°26°68°
CMYK 0.000.030.26   0.32
XYZ35.606038.959626.4122
Yxy38.95960.35260.3858
Hunter Lab62.4176-7.405918.6036
CIE-Lab68.7220-4.742121.3403

#aea981 color RGB value is (174,169,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10000001
Octal 256 251 201
Decimal 174 169 129
Hex AE A9 81

RGB Percentages of Color #aea981

%36.86
%35.81
%27.33

CMYK Percentages of Color #aea981

%0
%3
%26
%32

Triadic Colors of #aea981

#aea981 #81aea9 #a981ae

Analogous Colors of #aea981

#aea981 #9dae81 #ae9381

Monochromatic Colors of #aea981

#aea981

Complementary Color

#aea981 #8186ae

#aea981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea981 Color CSS Codes

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

#aea981 Text Font Color

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

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


#aea981 Background Color

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

This div background color is #aea981


#aea981 Border Color

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

This div border color is #aea981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea981


Comments

No comments written yet.

Please login to write comment.