Color Hex Logo

#aea30c Color Hex

#AEA30C
(174,163,12)
0 Favorites   0 Comments

Color spaces of #aea30c

RGB 17416312
HSL0.160.870.36
HSV56°93°68°
CMYK 0.000.060.93   0.32
XYZ30.619135.21965.5321
Yxy35.21960.42900.4935
Hunter Lab59.3461-11.760236.0154
CIE-Lab65.9193-10.342067.1649

#aea30c color RGB value is (174,163,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00001100
Octal 256 243 14
Decimal 174 163 12
Hex AE A3 C

RGB Percentages of Color #aea30c

%49.86
%46.70
%3.44

CMYK Percentages of Color #aea30c

%0
%6
%93
%32

Triadic Colors of #aea30c

#aea30c #0caea3 #a30cae

Analogous Colors of #aea30c

#aea30c #68ae0c #ae520c

Monochromatic Colors of #aea30c

#aea30c

Complementary Color

#aea30c #0c17ae

#aea30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea30c Color CSS Codes

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

#aea30c Text Font Color

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

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


#aea30c Background Color

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

This div background color is #aea30c


#aea30c Border Color

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

This div border color is #aea30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea30c


Comments

No comments written yet.

Please login to write comment.