Color Hex Logo

#aea81f Color Hex

#AEA81F
(174,168,31)
0 Favorites   0 Comments

Color spaces of #aea81f

RGB 17416831
HSL0.160.700.40
HSV57°82°68°
CMYK 0.000.030.82   0.32
XYZ31.705537.10296.7868
Yxy37.10290.41940.4908
Hunter Lab60.9121-13.684936.0324
CIE-Lab67.3542-12.520164.4156

#aea81f color RGB value is (174,168,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00011111
Octal 256 250 37
Decimal 174 168 31
Hex AE A8 1F

RGB Percentages of Color #aea81f

%46.65
%45.04
%8.31

CMYK Percentages of Color #aea81f

%0
%3
%82
%32

Triadic Colors of #aea81f

#aea81f #1faea8 #a81fae

Analogous Colors of #aea81f

#aea81f #6dae1f #ae611f

Monochromatic Colors of #aea81f

#aea81f

Complementary Color

#aea81f #1f25ae

#aea81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea81f Color CSS Codes

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

#aea81f Text Font Color

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

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


#aea81f Background Color

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

This div background color is #aea81f


#aea81f Border Color

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

This div border color is #aea81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea81f


Comments

No comments written yet.

Please login to write comment.