Color Hex Logo

#8ffabf Color Hex

#8FFABF
(143,250,191)
0 Favorites   0 Comments

Color spaces of #8ffabf

RGB 143250191
HSL0.410.910.77
HSV147°43°98°
CMYK 0.430.000.24   0.02
XYZ54.917377.972461.4460
Yxy77.97240.28260.4012
Hunter Lab88.3020-43.514720.5537
CIE-Lab90.7673-43.756418.8063

#8ffabf color RGB value is (143,250,191).

#8ffabf hex color red value is 143, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8ffabf hue: 0.41 , saturation: 0.91 and the lightness value of 8ffabf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111010 10111111
Octal 217 372 277
Decimal 143 250 191
Hex 8F FA BF

RGB Percentages of Color #8ffabf

%24.49
%42.81
%32.71

CMYK Percentages of Color #8ffabf

%43
%0
%24
%2

Triadic Colors of #8ffabf

#8ffabf #bf8ffa #fabf8f

Analogous Colors of #8ffabf

#8ffabf #8ffaf5 #95fa8f

Monochromatic Colors of #8ffabf

#8ffabf

Complementary Color

#8ffabf #fa8fca

#8ffabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffabf Color CSS Codes

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

#8ffabf Text Font Color

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

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


#8ffabf Background Color

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

This div background color is #8ffabf


#8ffabf Border Color

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

This div border color is #8ffabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffabf

Related Colors


Comments

No comments written yet.

Please login to write comment.