Color Hex Logo

#8eefac Color Hex

#8EEFAC
(142,239,172)
0 Favorites   0 Comments

Color spaces of #8eefac

RGB 142239172
HSL0.380.750.75
HSV139°41°94°
CMYK 0.410.000.28   0.06
XYZ49.468270.462350.0231
Yxy70.46230.29110.4146
Hunter Lab83.9418-41.705423.4268
CIE-Lab87.2231-42.736023.6469

#8eefac color RGB value is (142,239,172).

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

The process color (four color CMYK) of #8eefac color hex is 0.41, 0.00, 0.28, 0.06. Web safe color of #8eefac is #99ff99. Color #8eefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 10101100
Octal 216 357 254
Decimal 142 239 172
Hex 8E EF AC

RGB Percentages of Color #8eefac

%25.68
%43.22
%31.10

CMYK Percentages of Color #8eefac

%41
%0
%28
%6

Triadic Colors of #8eefac

#8eefac #ac8eef #efac8e

Analogous Colors of #8eefac

#8eefac #8eefdd #a1ef8e

Monochromatic Colors of #8eefac

#8eefac

Complementary Color

#8eefac #ef8ed1

#8eefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefac Color CSS Codes

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

#8eefac Text Font Color

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

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


#8eefac Background Color

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

This div background color is #8eefac


#8eefac Border Color

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

This div border color is #8eefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefac


Comments

No comments written yet.

Please login to write comment.