Color Hex Logo

#aea01b Color Hex

#AEA01B
(174,160,27)
0 Favorites   0 Comments

Color spaces of #aea01b

RGB 17416027
HSL0.150.730.39
HSV54°84°68°
CMYK 0.000.080.84   0.32
XYZ30.224234.21946.0489
Yxy34.21940.42880.4854
Hunter Lab58.4974-10.143634.8173
CIE-Lab65.1363-8.447263.5766

#aea01b color RGB value is (174,160,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00011011
Octal 256 240 33
Decimal 174 160 27
Hex AE A0 1B

RGB Percentages of Color #aea01b

%48.20
%44.32
%7.48

CMYK Percentages of Color #aea01b

%0
%8
%84
%32

Triadic Colors of #aea01b

#aea01b #1baea0 #a01bae

Analogous Colors of #aea01b

#aea01b #73ae1b #ae561b

Monochromatic Colors of #aea01b

#aea01b

Complementary Color

#aea01b #1b29ae

#aea01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea01b Color CSS Codes

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

#aea01b Text Font Color

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

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


#aea01b Background Color

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

This div background color is #aea01b


#aea01b Border Color

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

This div border color is #aea01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea01b


Comments

No comments written yet.

Please login to write comment.