Color Hex Logo

#aea80e Color Hex

#AEA80E
(174,168,14)
0 Favorites   0 Comments

Color spaces of #aea80e

RGB 17416814
HSL0.160.850.37
HSV58°92°68°
CMYK 0.000.030.92   0.32
XYZ31.537537.03565.9019
Yxy37.03560.42350.4973
Hunter Lab60.8569-13.996536.8499
CIE-Lab67.3037-12.916267.9368

#aea80e color RGB value is (174,168,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00001110
Octal 256 250 16
Decimal 174 168 14
Hex AE A8 E

RGB Percentages of Color #aea80e

%48.88
%47.19
%3.93

CMYK Percentages of Color #aea80e

%0
%3
%92
%32

Triadic Colors of #aea80e

#aea80e #0eaea8 #a80eae

Analogous Colors of #aea80e

#aea80e #64ae0e #ae580e

Monochromatic Colors of #aea80e

#aea80e

Complementary Color

#aea80e #0e14ae

#aea80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea80e Color CSS Codes

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

#aea80e Text Font Color

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

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


#aea80e Background Color

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

This div background color is #aea80e


#aea80e Border Color

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

This div border color is #aea80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea80e


Comments

No comments written yet.

Please login to write comment.