Color Hex Logo

#9db53e Color Hex

#9DB53E
(157,181,62)
0 Favorites   0 Comments

Color spaces of #9db53e

RGB 15718162
HSL0.200.490.48
HSV72°66°71°
CMYK 0.130.000.66   0.29
XYZ31.298040.563610.7374
Yxy40.56360.37890.4911
Hunter Lab63.6896-23.739234.5870
CIE-Lab69.8691-24.852355.6492

#9db53e color RGB value is (157,181,62).

#9db53e hex color red value is 157, green value is 181 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9db53e hue: 0.20 , saturation: 0.49 and the lightness value of 9db53e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110101 00111110
Octal 235 265 76
Decimal 157 181 62
Hex 9D B5 3E

RGB Percentages of Color #9db53e

%39.25
%45.25
%15.50

CMYK Percentages of Color #9db53e

%13
%0
%66
%29

Triadic Colors of #9db53e

#9db53e #3e9db5 #b53e9d

Analogous Colors of #9db53e

#9db53e #62b53e #b5923e

Monochromatic Colors of #9db53e

#9db53e

Complementary Color

#9db53e #563eb5

#9db53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db53e Color CSS Codes

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

#9db53e Text Font Color

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

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


#9db53e Background Color

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

This div background color is #9db53e


#9db53e Border Color

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

This div border color is #9db53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db53e


Comments

No comments written yet.

Please login to write comment.