Color Hex Logo

#9fdf9f Color Hex

#9FDF9F
(159,223,159)
0 Favorites   0 Comments

Color spaces of #9fdf9f

RGB 159223159
HSL0.330.500.75
HSV120°29°87°
CMYK 0.290.000.29   0.13
XYZ46.943862.649542.4193
Yxy62.64950.30880.4121
Hunter Lab79.1514-32.648723.6310
CIE-Lab83.2576-32.604525.0627

#9fdf9f color RGB value is (159,223,159).

#9fdf9f hex color red value is 159, green value is 223 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9fdf9f hue: 0.33 , saturation: 0.50 and the lightness value of 9fdf9f is 0.75.

The process color (four color CMYK) of #9fdf9f color hex is 0.29, 0.00, 0.29, 0.13. Web safe color of #9fdf9f is #99cc99. Color #9fdf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 10011111
Octal 237 337 237
Decimal 159 223 159
Hex 9F DF 9F

RGB Percentages of Color #9fdf9f

%29.39
%41.22
%29.39

CMYK Percentages of Color #9fdf9f

%29
%0
%29
%13

Triadic Colors of #9fdf9f

#9fdf9f #9f9fdf #df9f9f

Analogous Colors of #9fdf9f

#9fdf9f #9fdfbf #bfdf9f

Monochromatic Colors of #9fdf9f

#9fdf9f

Complementary Color

#9fdf9f #df9fdf

#9fdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdf9f Color CSS Codes

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

#9fdf9f Text Font Color

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

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


#9fdf9f Background Color

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

This div background color is #9fdf9f


#9fdf9f Border Color

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

This div border color is #9fdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdf9f

#9fdf9f Color Palettes


Comments

No comments written yet.

Please login to write comment.