Color Hex Logo

#9fbf8f Color Hex

#9FBF8F
(159,191,143)
0 Favorites   0 Comments

Color spaces of #9fbf8f

RGB 159191143
HSL0.280.270.65
HSV100°25°75°
CMYK 0.170.000.25   0.25
XYZ37.886846.615732.9875
Yxy46.61570.32250.3968
Hunter Lab68.2757-20.431219.1469
CIE-Lab73.9433-19.710320.7487

#9fbf8f color RGB value is (159,191,143).

#9fbf8f hex color red value is 159, green value is 191 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9fbf8f hue: 0.28 , saturation: 0.27 and the lightness value of 9fbf8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111111 10001111
Octal 237 277 217
Decimal 159 191 143
Hex 9F BF 8F

RGB Percentages of Color #9fbf8f

%32.25
%38.74
%29.01

CMYK Percentages of Color #9fbf8f

%17
%0
%25
%25

Triadic Colors of #9fbf8f

#9fbf8f #8f9fbf #bf8f9f

Analogous Colors of #9fbf8f

#9fbf8f #8fbf97 #b7bf8f

Monochromatic Colors of #9fbf8f

#9fbf8f

Complementary Color

#9fbf8f #af8fbf

#9fbf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbf8f Color CSS Codes

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

#9fbf8f Text Font Color

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

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


#9fbf8f Background Color

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

This div background color is #9fbf8f


#9fbf8f Border Color

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

This div border color is #9fbf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbf8f


Comments

No comments written yet.

Please login to write comment.