Color Hex Logo

#99aa88 Color Hex

#99AA88
(153,170,136)
0 Favorites   0 Comments

Color spaces of #99aa88

RGB 153170136
HSL0.250.170.60
HSV90°20°67°
CMYK 0.100.000.20   0.33
XYZ31.955537.299328.8078
Yxy37.29930.32590.3804
Hunter Lab61.0732-13.480914.7845
CIE-Lab67.5010-12.243815.5726

#99aa88 color RGB value is (153,170,136). This hex color code is also a web safe color which is equal to #9A8.

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

The process color (four color CMYK) of #99aa88 color hex is 0.10, 0.00, 0.20, 0.33. Web safe color of #99aa88 is #999999. Color #99aa88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 10001000
Octal 231 252 210
Decimal 153 170 136
Hex 99 AA 88

RGB Percentages of Color #99aa88

%33.33
%37.04
%29.63

CMYK Percentages of Color #99aa88

%10
%0
%20
%33

Triadic Colors of #99aa88

#99aa88 #8899aa #aa8899

Analogous Colors of #99aa88

#99aa88 #88aa88 #aaaa88

Monochromatic Colors of #99aa88

#99aa88

Complementary Color

#99aa88 #9988aa

#99aa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aa88 Color CSS Codes

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

#99aa88 Text Font Color

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

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


#99aa88 Background Color

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

This div background color is #99aa88


#99aa88 Border Color

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

This div border color is #99aa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aa88


Comments

No comments written yet.

Please login to write comment.