Color Hex Logo

#aaa007 Color Hex

#AAA007
(170,160,7)
0 Favorites   0 Comments

Color spaces of #aaa007

RGB 1701607
HSL0.160.920.35
HSV56°96°67°
CMYK 0.000.060.96   0.33
XYZ29.186733.70305.1680
Yxy33.70300.42890.4952
Hunter Lab58.0543-11.854435.3600
CIE-Lab64.7261-10.629666.7698

#aaa007 color RGB value is (170,160,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00000111
Octal 252 240 7
Decimal 170 160 7
Hex AA A0 7

RGB Percentages of Color #aaa007

%50.45
%47.48
%2.08

CMYK Percentages of Color #aaa007

%0
%6
%96
%33

Triadic Colors of #aaa007

#aaa007 #07aaa0 #a007aa

Analogous Colors of #aaa007

#aaa007 #62aa07 #aa4f07

Monochromatic Colors of #aaa007

#aaa007

Complementary Color

#aaa007 #0711aa

#aaa007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa007 Color CSS Codes

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

#aaa007 Text Font Color

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

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


#aaa007 Background Color

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

This div background color is #aaa007


#aaa007 Border Color

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

This div border color is #aaa007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa007


Comments

No comments written yet.

Please login to write comment.