Color Hex Logo

#9dd38d Color Hex

#9DD38D
(157,211,141)
0 Favorites   0 Comments

Color spaces of #9dd38d

RGB 157211141
HSL0.300.440.69
HSV106°33°83°
CMYK 0.260.000.33   0.17
XYZ42.006655.679733.7326
Yxy55.67970.31960.4237
Hunter Lab74.6188-30.096625.4302
CIE-Lab79.4312-30.483329.2068

#9dd38d color RGB value is (157,211,141).

#9dd38d hex color red value is 157, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9dd38d hue: 0.30 , saturation: 0.44 and the lightness value of 9dd38d is 0.69.

The process color (four color CMYK) of #9dd38d color hex is 0.26, 0.00, 0.33, 0.17. Web safe color of #9dd38d is #99cc99. Color #9dd38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010011 10001101
Octal 235 323 215
Decimal 157 211 141
Hex 9D D3 8D

RGB Percentages of Color #9dd38d

%30.84
%41.45
%27.70

CMYK Percentages of Color #9dd38d

%26
%0
%33
%17

Triadic Colors of #9dd38d

#9dd38d #8d9dd3 #d38d9d

Analogous Colors of #9dd38d

#9dd38d #8dd3a0 #c0d38d

Monochromatic Colors of #9dd38d

#9dd38d

Complementary Color

#9dd38d #c38dd3

#9dd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd38d Color CSS Codes

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

#9dd38d Text Font Color

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

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


#9dd38d Background Color

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

This div background color is #9dd38d


#9dd38d Border Color

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

This div border color is #9dd38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd38d


Comments

No comments written yet.

Please login to write comment.