Color Hex Logo

#aea01c Color Hex

#AEA01C
(174,160,28)
0 Favorites   0 Comments

Color spaces of #aea01c

RGB 17416028
HSL0.150.720.40
HSV54°84°68°
CMYK 0.000.080.84   0.32
XYZ30.236034.22416.1109
Yxy34.22410.42840.4850
Hunter Lab58.5014-10.121034.7577
CIE-Lab65.1401-8.418863.3232

#aea01c color RGB value is (174,160,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00011100
Octal 256 240 34
Decimal 174 160 28
Hex AE A0 1C

RGB Percentages of Color #aea01c

%48.07
%44.20
%7.73

CMYK Percentages of Color #aea01c

%0
%8
%84
%32

Triadic Colors of #aea01c

#aea01c #1caea0 #a01cae

Analogous Colors of #aea01c

#aea01c #73ae1c #ae571c

Monochromatic Colors of #aea01c

#aea01c

Complementary Color

#aea01c #1c2aae

#aea01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea01c Color CSS Codes

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

#aea01c Text Font Color

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

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


#aea01c Background Color

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

This div background color is #aea01c


#aea01c Border Color

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

This div border color is #aea01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea01c


Comments

No comments written yet.

Please login to write comment.