Color Hex Logo

#9db99a Color Hex

#9DB99A
(157,185,154)
0 Favorites   0 Comments

Color spaces of #9db99a

RGB 157185154
HSL0.320.180.66
HSV114°17°73°
CMYK 0.150.000.17   0.27
XYZ37.086344.199137.1485
Yxy44.19910.31310.3732
Hunter Lab66.4824-16.770413.4081
CIE-Lab72.3614-15.501812.5955

#9db99a color RGB value is (157,185,154).

#9db99a hex color red value is 157, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9db99a hue: 0.32 , saturation: 0.18 and the lightness value of 9db99a is 0.66.

The process color (four color CMYK) of #9db99a color hex is 0.15, 0.00, 0.17, 0.27. Web safe color of #9db99a is #99cc99. Color #9db99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111001 10011010
Octal 235 271 232
Decimal 157 185 154
Hex 9D B9 9A

RGB Percentages of Color #9db99a

%31.65
%37.30
%31.05

CMYK Percentages of Color #9db99a

%15
%0
%17
%27

Triadic Colors of #9db99a

#9db99a #9a9db9 #b99a9d

Analogous Colors of #9db99a

#9db99a #9ab9a7 #adb99a

Monochromatic Colors of #9db99a

#9db99a

Complementary Color

#9db99a #b69ab9

#9db99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db99a Color CSS Codes

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

#9db99a Text Font Color

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

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


#9db99a Background Color

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

This div background color is #9db99a


#9db99a Border Color

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

This div border color is #9db99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db99a


Comments

No comments written yet.

Please login to write comment.