Color Hex Logo

#aaa00e Color Hex

#AAA00E
(170,160,14)
0 Favorites   0 Comments

Color spaces of #aaa00e

RGB 17016014
HSL0.160.850.36
HSV56°92°67°
CMYK 0.000.060.92   0.33
XYZ29.227633.71945.3835
Yxy33.71940.42770.4935
Hunter Lab58.0684-11.775235.1511
CIE-Lab64.7392-10.528665.7996

#aaa00e color RGB value is (170,160,14).

#aaa00e hex color red value is 170, green value is 160 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aaa00e hue: 0.16 , saturation: 0.85 and the lightness value of aaa00e is 0.36.

The process color (four color CMYK) of #aaa00e color hex is 0.00, 0.06, 0.92, 0.33. Web safe color of #aaa00e is #999900. Color #aaa00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00001110
Octal 252 240 16
Decimal 170 160 14
Hex AA A0 E

RGB Percentages of Color #aaa00e

%49.42
%46.51
%4.07

CMYK Percentages of Color #aaa00e

%0
%6
%92
%33

Triadic Colors of #aaa00e

#aaa00e #0eaaa0 #a00eaa

Analogous Colors of #aaa00e

#aaa00e #66aa0e #aa520e

Monochromatic Colors of #aaa00e

#aaa00e

Complementary Color

#aaa00e #0e18aa

#aaa00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa00e Color CSS Codes

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

#aaa00e Text Font Color

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

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


#aaa00e Background Color

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

This div background color is #aaa00e


#aaa00e Border Color

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

This div border color is #aaa00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa00e


Comments

No comments written yet.

Please login to write comment.