Color Hex Logo

#8fb96c Color Hex

#8FB96C
(143,185,108)
0 Favorites   0 Comments

Color spaces of #8fb96c

RGB 143185108
HSL0.260.350.57
HSV93°42°73°
CMYK 0.230.000.42   0.27
XYZ31.383441.620320.5668
Yxy41.62030.33540.4448
Hunter Lab64.5138-26.066026.2582
CIE-Lab70.6083-27.725034.5713

#8fb96c color RGB value is (143,185,108).

#8fb96c hex color red value is 143, green value is 185 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8fb96c hue: 0.26 , saturation: 0.35 and the lightness value of 8fb96c is 0.57.

The process color (four color CMYK) of #8fb96c color hex is 0.23, 0.00, 0.42, 0.27. Web safe color of #8fb96c is #99cc66. Color #8fb96c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111001 01101100
Octal 217 271 154
Decimal 143 185 108
Hex 8F B9 6C

RGB Percentages of Color #8fb96c

%32.80
%42.43
%24.77

CMYK Percentages of Color #8fb96c

%23
%0
%42
%27

Triadic Colors of #8fb96c

#8fb96c #6c8fb9 #b96c8f

Analogous Colors of #8fb96c

#8fb96c #6cb970 #b6b96c

Monochromatic Colors of #8fb96c

#8fb96c

Complementary Color

#8fb96c #966cb9

#8fb96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb96c Color CSS Codes

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

#8fb96c Text Font Color

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

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


#8fb96c Background Color

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

This div background color is #8fb96c


#8fb96c Border Color

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

This div border color is #8fb96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb96c


Comments

No comments written yet.

Please login to write comment.