Color Hex Logo

#8eeaab Color Hex

#8EEAAB
(142,234,171)
0 Favorites   0 Comments

Color spaces of #8eeaab

RGB 142234171
HSL0.390.690.74
HSV139°39°92°
CMYK 0.390.000.27   0.08
XYZ47.928867.536749.0378
Yxy67.53670.29140.4105
Hunter Lab82.1807-39.712922.1477
CIE-Lab85.7743-40.706922.1688

#8eeaab color RGB value is (142,234,171).

#8eeaab hex color red value is 142, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8eeaab hue: 0.39 , saturation: 0.69 and the lightness value of 8eeaab is 0.74.

The process color (four color CMYK) of #8eeaab color hex is 0.39, 0.00, 0.27, 0.08. Web safe color of #8eeaab is #99ff99. Color #8eeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 10101011
Octal 216 352 253
Decimal 142 234 171
Hex 8E EA AB

RGB Percentages of Color #8eeaab

%25.96
%42.78
%31.26

CMYK Percentages of Color #8eeaab

%39
%0
%27
%8

Triadic Colors of #8eeaab

#8eeaab #ab8eea #eaab8e

Analogous Colors of #8eeaab

#8eeaab #8eead9 #9fea8e

Monochromatic Colors of #8eeaab

#8eeaab

Complementary Color

#8eeaab #ea8ecd

#8eeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeaab Color CSS Codes

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

#8eeaab Text Font Color

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

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


#8eeaab Background Color

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

This div background color is #8eeaab


#8eeaab Border Color

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

This div border color is #8eeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeaab


Comments

No comments written yet.

Please login to write comment.