Color Hex Logo

#aaaa07 Color Hex

#AAAA07
(170,170,7)
0 Favorites   0 Comments

Color spaces of #aaaa07

RGB 1701707
HSL0.170.920.35
HSV60°96°67°
CMYK 0.000.000.96   0.33
XYZ30.990637.31085.7693
Yxy37.31080.41840.5037
Hunter Lab61.0826-16.331537.1578
CIE-Lab67.5096-15.816068.8628

#aaaa07 color RGB value is (170,170,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00000111
Octal 252 252 7
Decimal 170 170 7
Hex AA AA 7

RGB Percentages of Color #aaaa07

%48.99
%48.99
%2.02

CMYK Percentages of Color #aaaa07

%0
%0
%96
%33

Triadic Colors of #aaaa07

#aaaa07 #07aaaa #aa07aa

Analogous Colors of #aaaa07

#aaaa07 #58aa07 #aa5907

Monochromatic Colors of #aaaa07

#aaaa07

Complementary Color

#aaaa07 #0707aa

#aaaa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa07 Color CSS Codes

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

#aaaa07 Text Font Color

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

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


#aaaa07 Background Color

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

This div background color is #aaaa07


#aaaa07 Border Color

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

This div border color is #aaaa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa07


Comments

No comments written yet.

Please login to write comment.