Color Hex Logo

#8fb97e Color Hex

#8FB97E
(143,185,126)
0 Favorites   0 Comments

Color spaces of #8fb97e

RGB 143185126
HSL0.290.300.61
HSV103°32°73°
CMYK 0.230.000.32   0.27
XYZ32.442542.043926.1440
Yxy42.04390.32240.4178
Hunter Lab64.8413-24.162021.4832
CIE-Lab70.9012-25.142625.5212

#8fb97e color RGB value is (143,185,126).

#8fb97e hex color red value is 143, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8fb97e hue: 0.29 , saturation: 0.30 and the lightness value of 8fb97e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111001 01111110
Octal 217 271 176
Decimal 143 185 126
Hex 8F B9 7E

RGB Percentages of Color #8fb97e

%31.50
%40.75
%27.75

CMYK Percentages of Color #8fb97e

%23
%0
%32
%27

Triadic Colors of #8fb97e

#8fb97e #7e8fb9 #b97e8f

Analogous Colors of #8fb97e

#8fb97e #7eb98b #adb97e

Monochromatic Colors of #8fb97e

#8fb97e

Complementary Color

#8fb97e #a87eb9

#8fb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb97e Color CSS Codes

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

#8fb97e Text Font Color

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

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


#8fb97e Background Color

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

This div background color is #8fb97e


#8fb97e Border Color

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

This div border color is #8fb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb97e


Comments

No comments written yet.

Please login to write comment.