Color Hex Logo

#8fecbf Color Hex

#8FECBF
(143,236,191)
0 Favorites   0 Comments

Color spaces of #8fecbf

RGB 143236191
HSL0.420.710.74
HSV151°39°93°
CMYK 0.390.000.19   0.07
XYZ50.727169.592160.0492
Yxy69.59210.28120.3858
Hunter Lab83.4219-37.446215.7169
CIE-Lab86.7964-37.513613.2219

#8fecbf color RGB value is (143,236,191).

#8fecbf hex color red value is 143, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8fecbf hue: 0.42 , saturation: 0.71 and the lightness value of 8fecbf is 0.74.

The process color (four color CMYK) of #8fecbf color hex is 0.39, 0.00, 0.19, 0.07. Web safe color of #8fecbf is #99ffcc. Color #8fecbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101100 10111111
Octal 217 354 277
Decimal 143 236 191
Hex 8F EC BF

RGB Percentages of Color #8fecbf

%25.09
%41.40
%33.51

CMYK Percentages of Color #8fecbf

%39
%0
%19
%7

Triadic Colors of #8fecbf

#8fecbf #bf8fec #ecbf8f

Analogous Colors of #8fecbf

#8fecbf #8febec #8fec91

Monochromatic Colors of #8fecbf

#8fecbf

Complementary Color

#8fecbf #ec8fbc

#8fecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fecbf Color CSS Codes

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

#8fecbf Text Font Color

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

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


#8fecbf Background Color

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

This div background color is #8fecbf


#8fecbf Border Color

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

This div border color is #8fecbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,236,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 #8fecbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fecbf


Comments

No comments written yet.

Please login to write comment.