Color Hex Logo

#8effab Color Hex

#8EFFAB
(142,255,171)
0 Favorites   0 Comments

Color spaces of #8effab

RGB 142255171
HSL0.381.000.78
HSV135°44°100°
CMYK 0.440.000.33   0.00
XYZ54.266080.211151.1502
Yxy80.21110.29230.4321
Hunter Lab89.5606-48.575628.8305
CIE-Lab91.7795-49.772230.3522

#8effab color RGB value is (142,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 10101011
Octal 216 377 253
Decimal 142 255 171
Hex 8E FF AB

RGB Percentages of Color #8effab

%25.00
%44.89
%30.11

CMYK Percentages of Color #8effab

%44
%0
%33
%0

Triadic Colors of #8effab

#8effab #ab8eff #ffab8e

Analogous Colors of #8effab

#8effab #8effe4 #aaff8e

Monochromatic Colors of #8effab

#8effab

Complementary Color

#8effab #ff8ee2

#8effab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8effab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8effab Color CSS Codes

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

#8effab Text Font Color

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

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


#8effab Background Color

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

This div background color is #8effab


#8effab Border Color

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

This div border color is #8effab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8effab


Comments

No comments written yet.

Please login to write comment.