Color Hex Logo

#8eeab5 Color Hex

#8EEAB5
(142,234,181)
0 Favorites   0 Comments

Color spaces of #8eeab5

RGB 142234181
HSL0.400.690.74
HSV145°39°92°
CMYK 0.390.000.23   0.08
XYZ48.918667.932654.2501
Yxy67.93260.28590.3970
Hunter Lab82.4212-38.294018.6699
CIE-Lab85.9727-38.841517.2612

#8eeab5 color RGB value is (142,234,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 10110101
Octal 216 352 265
Decimal 142 234 181
Hex 8E EA B5

RGB Percentages of Color #8eeab5

%25.49
%42.01
%32.50

CMYK Percentages of Color #8eeab5

%39
%0
%23
%8

Triadic Colors of #8eeab5

#8eeab5 #b58eea #eab58e

Analogous Colors of #8eeab5

#8eeab5 #8eeae3 #95ea8e

Monochromatic Colors of #8eeab5

#8eeab5

Complementary Color

#8eeab5 #ea8ec3

#8eeab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeab5 Color CSS Codes

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

#8eeab5 Text Font Color

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

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


#8eeab5 Background Color

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

This div background color is #8eeab5


#8eeab5 Border Color

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

This div border color is #8eeab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeab5

#8eeab5 Color Palettes


Comments

No comments written yet.

Please login to write comment.