Color Hex Logo

#aea31a Color Hex

#AEA31A
(174,163,26)
0 Favorites   0 Comments

Color spaces of #aea31a

RGB 17416326
HSL0.150.740.39
HSV56°85°68°
CMYK 0.000.060.85   0.32
XYZ30.739235.26766.1645
Yxy35.26760.42590.4887
Hunter Lab59.3865-11.532635.4161
CIE-Lab65.9565-10.054864.5076

#aea31a color RGB value is (174,163,26).

#aea31a hex color red value is 174, green value is 163 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aea31a hue: 0.15 , saturation: 0.74 and the lightness value of aea31a is 0.39.

The process color (four color CMYK) of #aea31a color hex is 0.00, 0.06, 0.85, 0.32. Web safe color of #aea31a is #999933. Color #aea31a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00011010
Octal 256 243 32
Decimal 174 163 26
Hex AE A3 1A

RGB Percentages of Color #aea31a

%47.93
%44.90
%7.16

CMYK Percentages of Color #aea31a

%0
%6
%85
%32

Triadic Colors of #aea31a

#aea31a #1aaea3 #a31aae

Analogous Colors of #aea31a

#aea31a #6fae1a #ae591a

Monochromatic Colors of #aea31a

#aea31a

Complementary Color

#aea31a #1a25ae

#aea31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea31a Color CSS Codes

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

#aea31a Text Font Color

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

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


#aea31a Background Color

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

This div background color is #aea31a


#aea31a Border Color

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

This div border color is #aea31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea31a


Comments

No comments written yet.

Please login to write comment.