Color Hex Logo

#9db85f Color Hex

#9DB85F
(157,184,95)
0 Favorites   0 Comments

Color spaces of #9db85f

RGB 15718495
HSL0.220.390.55
HSV78°48°72°
CMYK 0.150.000.48   0.28
XYZ33.110742.275317.2413
Yxy42.27530.35750.4564
Hunter Lab65.0195-22.884229.7916
CIE-Lab71.0603-23.445841.9025

#9db85f color RGB value is (157,184,95).

#9db85f hex color red value is 157, green value is 184 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #9db85f hue: 0.22 , saturation: 0.39 and the lightness value of 9db85f is 0.55.

The process color (four color CMYK) of #9db85f color hex is 0.15, 0.00, 0.48, 0.28. Web safe color of #9db85f is #99cc66. Color #9db85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111000 01011111
Octal 235 270 137
Decimal 157 184 95
Hex 9D B8 5F

RGB Percentages of Color #9db85f

%36.01
%42.20
%21.79

CMYK Percentages of Color #9db85f

%15
%0
%48
%28

Triadic Colors of #9db85f

#9db85f #5f9db8 #b85f9d

Analogous Colors of #9db85f

#9db85f #71b85f #b8a75f

Monochromatic Colors of #9db85f

#9db85f

Complementary Color

#9db85f #7a5fb8

#9db85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db85f Color CSS Codes

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

#9db85f Text Font Color

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

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


#9db85f Background Color

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

This div background color is #9db85f


#9db85f Border Color

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

This div border color is #9db85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db85f


Comments

No comments written yet.

Please login to write comment.