Color Hex Logo

#8fe586 Color Hex

#8FE586
(143,229,134)
0 Favorites   0 Comments

Color spaces of #8fe586

RGB 143229134
HSL0.320.650.71
HSV114°41°90°
CMYK 0.380.000.41   0.10
XYZ43.650163.599532.5296
Yxy63.59950.31230.4550
Hunter Lab79.7493-41.860831.6402
CIE-Lab83.7568-44.224738.2930

#8fe586 color RGB value is (143,229,134).

#8fe586 hex color red value is 143, green value is 229 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #8fe586 hue: 0.32 , saturation: 0.65 and the lightness value of 8fe586 is 0.71.

The process color (four color CMYK) of #8fe586 color hex is 0.38, 0.00, 0.41, 0.10. Web safe color of #8fe586 is #99cc99. Color #8fe586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11100101 10000110
Octal 217 345 206
Decimal 143 229 134
Hex 8F E5 86

RGB Percentages of Color #8fe586

%28.26
%45.26
%26.48

CMYK Percentages of Color #8fe586

%38
%0
%41
%10

Triadic Colors of #8fe586

#8fe586 #868fe5 #e5868f

Analogous Colors of #8fe586

#8fe586 #86e5ad #bfe586

Monochromatic Colors of #8fe586

#8fe586

Complementary Color

#8fe586 #dc86e5

#8fe586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fe586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fe586 Color CSS Codes

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

#8fe586 Text Font Color

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

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


#8fe586 Background Color

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

This div background color is #8fe586


#8fe586 Border Color

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

This div border color is #8fe586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fe586


Comments

No comments written yet.

Please login to write comment.