Color Hex Logo

#aea40a Color Hex

#AEA40A
(174,164,10)
0 Favorites   0 Comments

Color spaces of #aea40a

RGB 17416410
HSL0.160.890.36
HSV56°94°68°
CMYK 0.000.060.94   0.32
XYZ30.785835.57155.5306
Yxy35.57150.42820.4948
Hunter Lab59.6418-12.235536.2513
CIE-Lab66.1912-10.893267.6404

#aea40a color RGB value is (174,164,10).

#aea40a hex color red value is 174, green value is 164 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aea40a hue: 0.16 , saturation: 0.89 and the lightness value of aea40a is 0.36.

The process color (four color CMYK) of #aea40a color hex is 0.00, 0.06, 0.94, 0.32. Web safe color of #aea40a is #999900. Color #aea40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00001010
Octal 256 244 12
Decimal 174 164 10
Hex AE A4 A

RGB Percentages of Color #aea40a

%50.00
%47.13
%2.87

CMYK Percentages of Color #aea40a

%0
%6
%94
%32

Triadic Colors of #aea40a

#aea40a #0aaea4 #a40aae

Analogous Colors of #aea40a

#aea40a #66ae0a #ae520a

Monochromatic Colors of #aea40a

#aea40a

Complementary Color

#aea40a #0a14ae

#aea40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea40a Color CSS Codes

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

#aea40a Text Font Color

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

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


#aea40a Background Color

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

This div background color is #aea40a


#aea40a Border Color

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

This div border color is #aea40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea40a


Comments

No comments written yet.

Please login to write comment.