Color Hex Logo

#9dab99 Color Hex

#9DAB99
(157,171,153)
0 Favorites   0 Comments

Color spaces of #9dab99

RGB 157171153
HSL0.300.100.64
HSV107°11°67°
CMYK 0.080.000.11   0.33
XYZ34.217338.593835.7829
Yxy38.59380.31510.3554
Hunter Lab62.1239-10.40069.3361
CIE-Lab68.4560-8.34387.5960

#9dab99 color RGB value is (157,171,153).

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

The process color (four color CMYK) of #9dab99 color hex is 0.08, 0.00, 0.11, 0.33. Web safe color of #9dab99 is #999999. Color #9dab99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 10011001
Octal 235 253 231
Decimal 157 171 153
Hex 9D AB 99

RGB Percentages of Color #9dab99

%32.64
%35.55
%31.81

CMYK Percentages of Color #9dab99

%8
%0
%11
%33

Triadic Colors of #9dab99

#9dab99 #999dab #ab999d

Analogous Colors of #9dab99

#9dab99 #99ab9e #a6ab99

Monochromatic Colors of #9dab99

#9dab99

Complementary Color

#9dab99 #a799ab

#9dab99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dab99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dab99 Color CSS Codes

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

#9dab99 Text Font Color

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

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


#9dab99 Background Color

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

This div background color is #9dab99


#9dab99 Border Color

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

This div border color is #9dab99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dab99


Comments

No comments written yet.

Please login to write comment.