Color Hex Logo

#9fd08f Color Hex

#9FD08F
(159,208,143)
0 Favorites   0 Comments

Color spaces of #9fd08f

RGB 159208143
HSL0.290.410.69
HSV105°31°82°
CMYK 0.240.000.31   0.18
XYZ41.811954.465834.2958
Yxy54.46580.32020.4171
Hunter Lab73.8009-28.022624.1082
CIE-Lab78.7326-28.061427.2533

#9fd08f color RGB value is (159,208,143).

#9fd08f hex color red value is 159, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9fd08f hue: 0.29 , saturation: 0.41 and the lightness value of 9fd08f is 0.69.

The process color (four color CMYK) of #9fd08f color hex is 0.24, 0.00, 0.31, 0.18. Web safe color of #9fd08f is #99cc99. Color #9fd08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010000 10001111
Octal 237 320 217
Decimal 159 208 143
Hex 9F D0 8F

RGB Percentages of Color #9fd08f

%31.18
%40.78
%28.04

CMYK Percentages of Color #9fd08f

%24
%0
%31
%18

Triadic Colors of #9fd08f

#9fd08f #8f9fd0 #d08f9f

Analogous Colors of #9fd08f

#9fd08f #8fd0a0 #c0d08f

Monochromatic Colors of #9fd08f

#9fd08f

Complementary Color

#9fd08f #c08fd0

#9fd08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd08f Color CSS Codes

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

#9fd08f Text Font Color

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

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


#9fd08f Background Color

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

This div background color is #9fd08f


#9fd08f Border Color

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

This div border color is #9fd08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd08f

#9fd08f Color Palettes


Comments

No comments written yet.

Please login to write comment.