Color Hex Logo

#9ddb5f Color Hex

#9DDB5F
(157,219,95)
0 Favorites   0 Comments

Color spaces of #9ddb5f

RGB 15721995
HSL0.250.630.62
HSV90°57°86°
CMYK 0.280.000.57   0.14
XYZ41.301758.657419.9716
Yxy58.65740.34440.4891
Hunter Lab76.5881-37.769538.1508
CIE-Lab81.1029-39.831553.7833

#9ddb5f color RGB value is (157,219,95).

#9ddb5f hex color red value is 157, green value is 219 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #9ddb5f hue: 0.25 , saturation: 0.63 and the lightness value of 9ddb5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011011 01011111
Octal 235 333 137
Decimal 157 219 95
Hex 9D DB 5F

RGB Percentages of Color #9ddb5f

%33.33
%46.50
%20.17

CMYK Percentages of Color #9ddb5f

%28
%0
%57
%14

Triadic Colors of #9ddb5f

#9ddb5f #5f9ddb #db5f9d

Analogous Colors of #9ddb5f

#9ddb5f #5fdb5f #dbdb5f

Monochromatic Colors of #9ddb5f

#9ddb5f

Complementary Color

#9ddb5f #9d5fdb

#9ddb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddb5f Color CSS Codes

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

#9ddb5f Text Font Color

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

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


#9ddb5f Background Color

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

This div background color is #9ddb5f


#9ddb5f Border Color

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

This div border color is #9ddb5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,219,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 #9ddb5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddb5f


Comments

No comments written yet.

Please login to write comment.