Color Hex Logo

#8ff95f Color Hex

#8FF95F
(143,249,95)
0 Favorites   0 Comments

Color spaces of #8ff95f

RGB 14324995
HSL0.280.930.67
HSV101°62°98°
CMYK 0.430.000.62   0.02
XYZ47.268974.417222.6991
Yxy74.41720.32740.5154
Hunter Lab86.2654-53.155944.7847
CIE-Lab89.1193-56.960162.6507

#8ff95f color RGB value is (143,249,95).

#8ff95f hex color red value is 143, green value is 249 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8ff95f hue: 0.28 , saturation: 0.93 and the lightness value of 8ff95f is 0.67.

The process color (four color CMYK) of #8ff95f color hex is 0.43, 0.00, 0.62, 0.02. Web safe color of #8ff95f is #99ff66. Color #8ff95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111001 01011111
Octal 217 371 137
Decimal 143 249 95
Hex 8F F9 5F

RGB Percentages of Color #8ff95f

%29.36
%51.13
%19.51

CMYK Percentages of Color #8ff95f

%43
%0
%62
%2

Triadic Colors of #8ff95f

#8ff95f #5f8ff9 #f95f8f

Analogous Colors of #8ff95f

#8ff95f #5ff97c #dcf95f

Monochromatic Colors of #8ff95f

#8ff95f

Complementary Color

#8ff95f #c95ff9

#8ff95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ff95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ff95f Color CSS Codes

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

#8ff95f Text Font Color

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

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


#8ff95f Background Color

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

This div background color is #8ff95f


#8ff95f Border Color

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

This div border color is #8ff95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ff95f


Comments

No comments written yet.

Please login to write comment.