Color Hex Logo

#8fb59f Color Hex

#8FB59F
(143,181,159)
0 Favorites   0 Comments

Color spaces of #8fb59f

RGB 143181159
HSL0.400.200.64
HSV145°21°71°
CMYK 0.210.000.12   0.29
XYZ34.109641.390638.9923
Yxy41.39060.29790.3615
Hunter Lab64.3355-17.94959.1005
CIE-Lab70.4487-17.30677.0229

#8fb59f color RGB value is (143,181,159).

#8fb59f hex color red value is 143, green value is 181 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8fb59f hue: 0.40 , saturation: 0.20 and the lightness value of 8fb59f is 0.64.

The process color (four color CMYK) of #8fb59f color hex is 0.21, 0.00, 0.12, 0.29. Web safe color of #8fb59f is #99cc99. Color #8fb59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110101 10011111
Octal 217 265 237
Decimal 143 181 159
Hex 8F B5 9F

RGB Percentages of Color #8fb59f

%29.61
%37.47
%32.92

CMYK Percentages of Color #8fb59f

%21
%0
%12
%29

Triadic Colors of #8fb59f

#8fb59f #9f8fb5 #b59f8f

Analogous Colors of #8fb59f

#8fb59f #8fb5b2 #92b58f

Monochromatic Colors of #8fb59f

#8fb59f

Complementary Color

#8fb59f #b58fa5

#8fb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb59f Color CSS Codes

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

#8fb59f Text Font Color

<p style="color:#8fb59f">Text here</p>

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


#8fb59f Background Color

<div style="background-color:#8fb59f">
Div content here</div>

This div background color is #8fb59f


#8fb59f Border Color

<div style="border:3px solid #8fb59f">
Div here</div>

This div border color is #8fb59f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,181,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 #8fb59f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb59f


Comments

No comments written yet.

Please login to write comment.