Color Hex Logo

#aea70b Color Hex

#AEA70B
(174,167,11)
0 Favorites   0 Comments

Color spaces of #aea70b

RGB 17416711
HSL0.160.880.36
HSV57°94°68°
CMYK 0.000.040.94   0.32
XYZ31.334736.66035.7412
Yxy36.66030.42500.4972
Hunter Lab60.5477-13.581236.7615
CIE-Lab67.0214-12.442868.1433

#aea70b color RGB value is (174,167,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00001011
Octal 256 247 13
Decimal 174 167 11
Hex AE A7 B

RGB Percentages of Color #aea70b

%49.43
%47.44
%3.13

CMYK Percentages of Color #aea70b

%0
%4
%94
%32

Triadic Colors of #aea70b

#aea70b #0baea7 #a70bae

Analogous Colors of #aea70b

#aea70b #64ae0b #ae560b

Monochromatic Colors of #aea70b

#aea70b

Complementary Color

#aea70b #0b12ae

#aea70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea70b Color CSS Codes

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

#aea70b Text Font Color

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

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


#aea70b Background Color

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

This div background color is #aea70b


#aea70b Border Color

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

This div border color is #aea70b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,167,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 #aea70b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea70b


Comments

No comments written yet.

Please login to write comment.