Color Hex Logo

#8effad Color Hex

#8EFFAD
(142,255,173)
0 Favorites   0 Comments

Color spaces of #8effad

RGB 142255173
HSL0.381.000.78
HSV136°44°100°
CMYK 0.440.000.32   0.00
XYZ54.458280.287952.1620
Yxy80.28790.29140.4296
Hunter Lab89.6035-48.319528.2072
CIE-Lab91.8139-49.431229.3931

#8effad color RGB value is (142,255,173).

#8effad hex color red value is 142, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8effad hue: 0.38 , saturation: 1.00 and the lightness value of 8effad is 0.78.

The process color (four color CMYK) of #8effad color hex is 0.44, 0.00, 0.32, 0.00. Web safe color of #8effad is #99ff99. Color #8effad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 10101101
Octal 216 377 255
Decimal 142 255 173
Hex 8E FF AD

RGB Percentages of Color #8effad

%24.91
%44.74
%30.35

CMYK Percentages of Color #8effad

%44
%0
%32
%0

Triadic Colors of #8effad

#8effad #ad8eff #ffad8e

Analogous Colors of #8effad

#8effad #8effe6 #a8ff8e

Monochromatic Colors of #8effad

#8effad

Complementary Color

#8effad #ff8ee0

#8effad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8effad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8effad Color CSS Codes

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

#8effad Text Font Color

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

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


#8effad Background Color

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

This div background color is #8effad


#8effad Border Color

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

This div border color is #8effad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8effad

Related Colors


Comments

No comments written yet.

Please login to write comment.