Color Hex Logo

#aea40b Color Hex

#AEA40B
(174,164,11)
0 Favorites   0 Comments

Color spaces of #aea40b

RGB 17416411
HSL0.160.880.36
HSV56°94°68°
CMYK 0.000.060.94   0.32
XYZ30.791435.57385.5601
Yxy35.57380.42810.4946
Hunter Lab59.6438-12.225136.2235
CIE-Lab66.1930-10.880167.5120

#aea40b color RGB value is (174,164,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00001011
Octal 256 244 13
Decimal 174 164 11
Hex AE A4 B

RGB Percentages of Color #aea40b

%49.86
%46.99
%3.15

CMYK Percentages of Color #aea40b

%0
%6
%94
%32

Triadic Colors of #aea40b

#aea40b #0baea4 #a40bae

Analogous Colors of #aea40b

#aea40b #67ae0b #ae530b

Monochromatic Colors of #aea40b

#aea40b

Complementary Color

#aea40b #0b15ae

#aea40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea40b Color CSS Codes

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

#aea40b Text Font Color

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

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


#aea40b Background Color

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

This div background color is #aea40b


#aea40b Border Color

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

This div border color is #aea40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea40b


Comments

No comments written yet.

Please login to write comment.