Color Hex Logo

#8eefad Color Hex

#8EEFAD
(142,239,173)
0 Favorites   0 Comments

Color spaces of #8eefad

RGB 142239173
HSL0.390.750.75
HSV139°41°94°
CMYK 0.410.000.28   0.06
XYZ49.564770.500950.5309
Yxy70.50090.29050.4133
Hunter Lab83.9648-41.569323.0940
CIE-Lab87.2420-42.555923.1589

#8eefad color RGB value is (142,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 10101101
Octal 216 357 255
Decimal 142 239 173
Hex 8E EF AD

RGB Percentages of Color #8eefad

%25.63
%43.14
%31.23

CMYK Percentages of Color #8eefad

%41
%0
%28
%6

Triadic Colors of #8eefad

#8eefad #ad8eef #efad8e

Analogous Colors of #8eefad

#8eefad #8eefde #a0ef8e

Monochromatic Colors of #8eefad

#8eefad

Complementary Color

#8eefad #ef8ed0

#8eefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefad Color CSS Codes

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

#8eefad Text Font Color

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

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


#8eefad Background Color

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

This div background color is #8eefad


#8eefad Border Color

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

This div border color is #8eefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefad


Comments

No comments written yet.

Please login to write comment.