Color Hex Logo

#aea02c Color Hex

#AEA02C
(174,160,44)
0 Favorites   0 Comments

Color spaces of #aea02c

RGB 17416044
HSL0.150.600.43
HSV54°75°68°
CMYK 0.000.080.75   0.32
XYZ30.481034.32217.4012
Yxy34.32210.42210.4753
Hunter Lab58.5851-9.652833.5193
CIE-Lab65.2174-7.832958.4074

#aea02c color RGB value is (174,160,44).

#aea02c hex color red value is 174, green value is 160 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aea02c hue: 0.15 , saturation: 0.60 and the lightness value of aea02c is 0.43.

The process color (four color CMYK) of #aea02c color hex is 0.00, 0.08, 0.75, 0.32. Web safe color of #aea02c is #999933. Color #aea02c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00101100
Octal 256 240 54
Decimal 174 160 44
Hex AE A0 2C

RGB Percentages of Color #aea02c

%46.03
%42.33
%11.64

CMYK Percentages of Color #aea02c

%0
%8
%75
%32

Triadic Colors of #aea02c

#aea02c #2caea0 #a02cae

Analogous Colors of #aea02c

#aea02c #7bae2c #ae5f2c

Monochromatic Colors of #aea02c

#aea02c

Complementary Color

#aea02c #2c3aae

#aea02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea02c Color CSS Codes

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

#aea02c Text Font Color

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

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


#aea02c Background Color

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

This div background color is #aea02c


#aea02c Border Color

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

This div border color is #aea02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea02c


Comments

No comments written yet.

Please login to write comment.