Color Hex Logo

#99abaa Color Hex

#99ABAA
(153,171,170)
0 Favorites   0 Comments

Color spaces of #99abaa

RGB 153171170
HSL0.490.100.64
HSV177°11°67°
CMYK 0.110.000.01   0.33
XYZ34.955538.800443.6771
Yxy38.80040.29770.3304
Hunter Lab62.2900-8.83792.0294
CIE-Lab68.6064-6.4526-1.6277

#99abaa color RGB value is (153,171,170).

#99abaa hex color red value is 153, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99abaa hue: 0.49 , saturation: 0.10 and the lightness value of 99abaa is 0.64.

The process color (four color CMYK) of #99abaa color hex is 0.11, 0.00, 0.01, 0.33. Web safe color of #99abaa is #999999. Color #99abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 10101010
Octal 231 253 252
Decimal 153 171 170
Hex 99 AB AA

RGB Percentages of Color #99abaa

%30.97
%34.62
%34.41

CMYK Percentages of Color #99abaa

%11
%0
%1
%33

Triadic Colors of #99abaa

#99abaa #aa99ab #abaa99

Analogous Colors of #99abaa

#99abaa #99a3ab #99aba1

Monochromatic Colors of #99abaa

#99abaa

Complementary Color

#99abaa #ab999a

#99abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abaa Color CSS Codes

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

#99abaa Text Font Color

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

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


#99abaa Background Color

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

This div background color is #99abaa


#99abaa Border Color

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

This div border color is #99abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abaa


Comments

No comments written yet.

Please login to write comment.