Color Hex Logo

#aea94f Color Hex

#AEA94F
(174,169,79)
0 Favorites   0 Comments

Color spaces of #aea94f

RGB 17416979
HSL0.160.380.50
HSV57°55°68°
CMYK 0.000.030.55   0.32
XYZ33.054837.939112.9779
Yxy37.93910.39360.4518
Hunter Lab61.5947-11.998830.6240
CIE-Lab67.9757-10.348246.3593

#aea94f color RGB value is (174,169,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01001111
Octal 256 251 117
Decimal 174 169 79
Hex AE A9 4F

RGB Percentages of Color #aea94f

%41.23
%40.05
%18.72

CMYK Percentages of Color #aea94f

%0
%3
%55
%32

Triadic Colors of #aea94f

#aea94f #4faea9 #a94fae

Analogous Colors of #aea94f

#aea94f #84ae4f #ae7a4f

Monochromatic Colors of #aea94f

#aea94f

Complementary Color

#aea94f #4f54ae

#aea94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea94f Color CSS Codes

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

#aea94f Text Font Color

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

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


#aea94f Background Color

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

This div background color is #aea94f


#aea94f Border Color

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

This div border color is #aea94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea94f


Comments

No comments written yet.

Please login to write comment.