Color Hex Logo

#aaaa3b Color Hex

#AAAA3B
(170,170,59)
0 Favorites   0 Comments

Color spaces of #aaaa3b

RGB 17017059
HSL0.170.480.45
HSV60°65°67°
CMYK 0.000.000.65   0.33
XYZ31.741737.61139.7244
Yxy37.61130.40140.4756
Hunter Lab61.3281-14.937433.5284
CIE-Lab67.7332-14.021754.9689

#aaaa3b color RGB value is (170,170,59).

#aaaa3b hex color red value is 170, green value is 170 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aaaa3b hue: 0.17 , saturation: 0.48 and the lightness value of aaaa3b is 0.45.

The process color (four color CMYK) of #aaaa3b color hex is 0.00, 0.00, 0.65, 0.33. Web safe color of #aaaa3b is #999933. Color #aaaa3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00111011
Octal 252 252 73
Decimal 170 170 59
Hex AA AA 3B

RGB Percentages of Color #aaaa3b

%42.61
%42.61
%14.79

CMYK Percentages of Color #aaaa3b

%0
%0
%65
%33

Triadic Colors of #aaaa3b

#aaaa3b #3baaaa #aa3baa

Analogous Colors of #aaaa3b

#aaaa3b #73aa3b #aa733b

Monochromatic Colors of #aaaa3b

#aaaa3b

Complementary Color

#aaaa3b #3b3baa

#aaaa3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa3b Color CSS Codes

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

#aaaa3b Text Font Color

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

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


#aaaa3b Background Color

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

This div background color is #aaaa3b


#aaaa3b Border Color

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

This div border color is #aaaa3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa3b


Comments

No comments written yet.

Please login to write comment.