Color Hex Logo

#99adaa Color Hex

#99ADAA
(153,173,170)
0 Favorites   0 Comments

Color spaces of #99adaa

RGB 153173170
HSL0.480.110.64
HSV171°12°68°
CMYK 0.120.000.02   0.32
XYZ35.336139.561743.8040
Yxy39.56170.29770.3333
Hunter Lab62.8981-9.79052.7374
CIE-Lab69.1562-7.5268-0.8225

#99adaa color RGB value is (153,173,170).

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

The process color (four color CMYK) of #99adaa color hex is 0.12, 0.00, 0.02, 0.32. Web safe color of #99adaa is #999999. Color #99adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 10101010
Octal 231 255 252
Decimal 153 173 170
Hex 99 AD AA

RGB Percentages of Color #99adaa

%30.85
%34.88
%34.27

CMYK Percentages of Color #99adaa

%12
%0
%2
%32

Triadic Colors of #99adaa

#99adaa #aa99ad #adaa99

Analogous Colors of #99adaa

#99adaa #99a6ad #99ada0

Monochromatic Colors of #99adaa

#99adaa

Complementary Color

#99adaa #ad999c

#99adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adaa Color CSS Codes

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

#99adaa Text Font Color

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

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


#99adaa Background Color

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

This div background color is #99adaa


#99adaa Border Color

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

This div border color is #99adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adaa


Comments

No comments written yet.

Please login to write comment.