Color Hex Logo

#9dd65f Color Hex

#9DD65F
(157,214,95)
0 Favorites   0 Comments

Color spaces of #9dd65f

RGB 15721495
HSL0.250.590.61
HSV89°56°84°
CMYK 0.270.000.56   0.16
XYZ40.016856.087519.5433
Yxy56.08750.34600.4850
Hunter Lab74.8916-35.682436.9521
CIE-Lab79.6636-37.596252.1199

#9dd65f color RGB value is (157,214,95).

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

The process color (four color CMYK) of #9dd65f color hex is 0.27, 0.00, 0.56, 0.16. Web safe color of #9dd65f is #99cc66. Color #9dd65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010110 01011111
Octal 235 326 137
Decimal 157 214 95
Hex 9D D6 5F

RGB Percentages of Color #9dd65f

%33.69
%45.92
%20.39

CMYK Percentages of Color #9dd65f

%27
%0
%56
%16

Triadic Colors of #9dd65f

#9dd65f #5f9dd6 #d65f9d

Analogous Colors of #9dd65f

#9dd65f #62d65f #d6d45f

Monochromatic Colors of #9dd65f

#9dd65f

Complementary Color

#9dd65f #985fd6

#9dd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd65f Color CSS Codes

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

#9dd65f Text Font Color

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

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


#9dd65f Background Color

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

This div background color is #9dd65f


#9dd65f Border Color

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

This div border color is #9dd65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd65f


Comments

No comments written yet.

Please login to write comment.