Color Hex Logo

#aaaa88 Color Hex

#AAAA88
(170,170,136)
0 Favorites   0 Comments

Color spaces of #aaaa88

RGB 170170136
HSL0.170.170.60
HSV60°20°67°
CMYK 0.000.000.20   0.33
XYZ35.396239.073128.9688
Yxy39.07310.34220.3777
Hunter Lab62.5085-8.312016.2787
CIE-Lab68.8042-5.805817.5808

#aaaa88 color RGB value is (170,170,136).

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

The process color (four color CMYK) of #aaaa88 color hex is 0.00, 0.00, 0.20, 0.33. Web safe color of #aaaa88 is #999999. Color #aaaa88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10001000
Octal 252 252 210
Decimal 170 170 136
Hex AA AA 88

RGB Percentages of Color #aaaa88

%35.71
%35.71
%28.57

CMYK Percentages of Color #aaaa88

%0
%0
%20
%33

Triadic Colors of #aaaa88

#aaaa88 #88aaaa #aa88aa

Analogous Colors of #aaaa88

#aaaa88 #99aa88 #aa9988

Monochromatic Colors of #aaaa88

#aaaa88

Complementary Color

#aaaa88 #8888aa

#aaaa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa88 Color CSS Codes

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

#aaaa88 Text Font Color

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

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


#aaaa88 Background Color

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

This div background color is #aaaa88


#aaaa88 Border Color

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

This div border color is #aaaa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa88


Comments

No comments written yet.

Please login to write comment.