Color Hex Logo

#aea94e Color Hex

#AEA94E
(174,169,78)
0 Favorites   0 Comments

Color spaces of #aea94e

RGB 17416978
HSL0.160.380.49
HSV57°55°68°
CMYK 0.000.030.55   0.32
XYZ33.018737.924712.7876
Yxy37.92470.39430.4529
Hunter Lab61.5830-12.064830.7967
CIE-Lab67.9651-10.430446.8245

#aea94e color RGB value is (174,169,78).

#aea94e hex color red value is 174, green value is 169 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aea94e hue: 0.16 , saturation: 0.38 and the lightness value of aea94e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01001110
Octal 256 251 116
Decimal 174 169 78
Hex AE A9 4E

RGB Percentages of Color #aea94e

%41.33
%40.14
%18.53

CMYK Percentages of Color #aea94e

%0
%3
%55
%32

Triadic Colors of #aea94e

#aea94e #4eaea9 #a94eae

Analogous Colors of #aea94e

#aea94e #83ae4e #ae794e

Monochromatic Colors of #aea94e

#aea94e

Complementary Color

#aea94e #4e53ae

#aea94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea94e Color CSS Codes

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

#aea94e Text Font Color

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

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


#aea94e Background Color

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

This div background color is #aea94e


#aea94e Border Color

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

This div border color is #aea94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea94e


Comments

No comments written yet.

Please login to write comment.