Color Hex Logo

#aea02f Color Hex

#AEA02F
(174,160,47)
0 Favorites   0 Comments

Color spaces of #aea02f

RGB 17416047
HSL0.150.570.43
HSV53°73°68°
CMYK 0.000.080.73   0.32
XYZ30.539534.34557.7091
Yxy34.34550.42070.4731
Hunter Lab58.6050-9.541233.2243
CIE-Lab65.2359-7.693757.3227

#aea02f color RGB value is (174,160,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00101111
Octal 256 240 57
Decimal 174 160 47
Hex AE A0 2F

RGB Percentages of Color #aea02f

%45.67
%41.99
%12.34

CMYK Percentages of Color #aea02f

%0
%8
%73
%32

Triadic Colors of #aea02f

#aea02f #2faea0 #a02fae

Analogous Colors of #aea02f

#aea02f #7dae2f #ae602f

Monochromatic Colors of #aea02f

#aea02f

Complementary Color

#aea02f #2f3dae

#aea02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea02f Color CSS Codes

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

#aea02f Text Font Color

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

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


#aea02f Background Color

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

This div background color is #aea02f


#aea02f Border Color

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

This div border color is #aea02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea02f


Comments

No comments written yet.

Please login to write comment.