Color Hex Logo

#9db59f Color Hex

#9DB59F
(157,181,159)
0 Favorites   0 Comments

Color spaces of #9db59f

RGB 157181159
HSL0.350.140.66
HSV125°13°71°
CMYK 0.130.000.12   0.29
XYZ36.686542.719039.1129
Yxy42.71900.30950.3604
Hunter Lab65.3598-14.187410.2712
CIE-Lab71.3638-12.51978.4545

#9db59f color RGB value is (157,181,159).

#9db59f hex color red value is 157, green value is 181 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9db59f hue: 0.35 , saturation: 0.14 and the lightness value of 9db59f is 0.66.

The process color (four color CMYK) of #9db59f color hex is 0.13, 0.00, 0.12, 0.29. Web safe color of #9db59f is #99cc99. Color #9db59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110101 10011111
Octal 235 265 237
Decimal 157 181 159
Hex 9D B5 9F

RGB Percentages of Color #9db59f

%31.59
%36.42
%31.99

CMYK Percentages of Color #9db59f

%13
%0
%12
%29

Triadic Colors of #9db59f

#9db59f #9f9db5 #b59f9d

Analogous Colors of #9db59f

#9db59f #9db5ab #a7b59d

Monochromatic Colors of #9db59f

#9db59f

Complementary Color

#9db59f #b59db3

#9db59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db59f Color CSS Codes

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

#9db59f Text Font Color

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

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


#9db59f Background Color

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

This div background color is #9db59f


#9db59f Border Color

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

This div border color is #9db59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db59f


Comments

No comments written yet.

Please login to write comment.