Color Hex Logo

#aea94a Color Hex

#AEA94A
(174,169,74)
0 Favorites   0 Comments

Color spaces of #aea94a

RGB 17416974
HSL0.160.400.49
HSV57°57°68°
CMYK 0.000.030.57   0.32
XYZ32.879637.869012.0551
Yxy37.86900.39710.4573
Hunter Lab61.5378-12.318731.4617
CIE-Lab67.9240-10.747448.6606

#aea94a color RGB value is (174,169,74).

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

The process color (four color CMYK) of #aea94a color hex is 0.00, 0.03, 0.57, 0.32. Web safe color of #aea94a is #999933. Color #aea94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01001010
Octal 256 251 112
Decimal 174 169 74
Hex AE A9 4A

RGB Percentages of Color #aea94a

%41.73
%40.53
%17.75

CMYK Percentages of Color #aea94a

%0
%3
%57
%32

Triadic Colors of #aea94a

#aea94a #4aaea9 #a94aae

Analogous Colors of #aea94a

#aea94a #81ae4a #ae774a

Monochromatic Colors of #aea94a

#aea94a

Complementary Color

#aea94a #4a4fae

#aea94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea94a Color CSS Codes

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

#aea94a Text Font Color

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

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


#aea94a Background Color

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

This div background color is #aea94a


#aea94a Border Color

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

This div border color is #aea94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea94a


Comments

No comments written yet.

Please login to write comment.