Color Hex Logo

#9dd69f Color Hex

#9DD69F
(157,214,159)
0 Favorites   0 Comments

Color spaces of #9dd69f

RGB 157214159
HSL0.340.410.73
HSV122°27°84°
CMYK 0.270.000.26   0.16
XYZ44.209257.764441.6205
Yxy57.76440.30790.4023
Hunter Lab76.0029-29.175620.7338
CIE-Lab80.6076-29.010621.4164

#9dd69f color RGB value is (157,214,159).

#9dd69f hex color red value is 157, green value is 214 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9dd69f hue: 0.34 , saturation: 0.41 and the lightness value of 9dd69f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010110 10011111
Octal 235 326 237
Decimal 157 214 159
Hex 9D D6 9F

RGB Percentages of Color #9dd69f

%29.62
%40.38
%30.00

CMYK Percentages of Color #9dd69f

%27
%0
%26
%16

Triadic Colors of #9dd69f

#9dd69f #9f9dd6 #d69f9d

Analogous Colors of #9dd69f

#9dd69f #9dd6bc #b8d69d

Monochromatic Colors of #9dd69f

#9dd69f

Complementary Color

#9dd69f #d69dd4

#9dd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd69f Color CSS Codes

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

#9dd69f Text Font Color

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

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


#9dd69f Background Color

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

This div background color is #9dd69f


#9dd69f Border Color

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

This div border color is #9dd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd69f


Comments

No comments written yet.

Please login to write comment.