Color Hex Logo

#8efbac Color Hex

#8EFBAC
(142,251,172)
0 Favorites   0 Comments

Color spaces of #8efbac

RGB 142251172
HSL0.380.930.77
HSV137°43°98°
CMYK 0.430.000.31   0.02
XYZ53.098977.723751.2333
Yxy77.72370.29170.4269
Hunter Lab88.1610-46.772327.2574
CIE-Lab90.6537-47.914728.3270

#8efbac color RGB value is (142,251,172).

#8efbac hex color red value is 142, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8efbac hue: 0.38 , saturation: 0.93 and the lightness value of 8efbac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111011 10101100
Octal 216 373 254
Decimal 142 251 172
Hex 8E FB AC

RGB Percentages of Color #8efbac

%25.13
%44.42
%30.44

CMYK Percentages of Color #8efbac

%43
%0
%31
%2

Triadic Colors of #8efbac

#8efbac #ac8efb #fbac8e

Analogous Colors of #8efbac

#8efbac #8efbe3 #a7fb8e

Monochromatic Colors of #8efbac

#8efbac

Complementary Color

#8efbac #fb8edd

#8efbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efbac Color CSS Codes

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

#8efbac Text Font Color

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

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


#8efbac Background Color

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

This div background color is #8efbac


#8efbac Border Color

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

This div border color is #8efbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efbac


Comments

No comments written yet.

Please login to write comment.