Color Hex Logo

#aea80a Color Hex

#AEA80A
(174,168,10)
0 Favorites   0 Comments

Color spaces of #aea80a

RGB 17416810
HSL0.160.890.36
HSV58°94°68°
CMYK 0.000.030.94   0.32
XYZ31.513037.02585.7730
Yxy37.02580.42410.4982
Hunter Lab60.8488-14.042136.9691
CIE-Lab67.2964-12.974268.4792

#aea80a color RGB value is (174,168,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00001010
Octal 256 250 12
Decimal 174 168 10
Hex AE A8 A

RGB Percentages of Color #aea80a

%49.43
%47.73
%2.84

CMYK Percentages of Color #aea80a

%0
%3
%94
%32

Triadic Colors of #aea80a

#aea80a #0aaea8 #a80aae

Analogous Colors of #aea80a

#aea80a #62ae0a #ae560a

Monochromatic Colors of #aea80a

#aea80a

Complementary Color

#aea80a #0a10ae

#aea80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea80a Color CSS Codes

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

#aea80a Text Font Color

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

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


#aea80a Background Color

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

This div background color is #aea80a


#aea80a Border Color

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

This div border color is #aea80a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,168,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 #aea80a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea80a


Comments

No comments written yet.

Please login to write comment.