Color Hex Logo

#8fc08e Color Hex

#8FC08E
(143,192,142)
0 Favorites   0 Comments

Color spaces of #8fc08e

RGB 143192142
HSL0.330.280.65
HSV119°26°75°
CMYK 0.260.000.26   0.25
XYZ35.059845.491932.5242
Yxy45.49190.31010.4023
Hunter Lab67.4477-25.247818.6229
CIE-Lab73.2146-25.959520.1242

#8fc08e color RGB value is (143,192,142).

#8fc08e hex color red value is 143, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8fc08e hue: 0.33 , saturation: 0.28 and the lightness value of 8fc08e is 0.65.

The process color (four color CMYK) of #8fc08e color hex is 0.26, 0.00, 0.26, 0.25. Web safe color of #8fc08e is #99cc99. Color #8fc08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11000000 10001110
Octal 217 300 216
Decimal 143 192 142
Hex 8F C0 8E

RGB Percentages of Color #8fc08e

%29.98
%40.25
%29.77

CMYK Percentages of Color #8fc08e

%26
%0
%26
%25

Triadic Colors of #8fc08e

#8fc08e #8e8fc0 #c08e8f

Analogous Colors of #8fc08e

#8fc08e #8ec0a6 #a8c08e

Monochromatic Colors of #8fc08e

#8fc08e

Complementary Color

#8fc08e #bf8ec0

#8fc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc08e Color CSS Codes

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

#8fc08e Text Font Color

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

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


#8fc08e Background Color

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

This div background color is #8fc08e


#8fc08e Border Color

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

This div border color is #8fc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc08e


Comments

No comments written yet.

Please login to write comment.