Color Hex Logo

#8ea996 Color Hex

#8EA996
(142,169,150)
0 Favorites   0 Comments

Color spaces of #8ea996

RGB 142169150
HSL0.380.140.61
HSV138°16°66°
CMYK 0.160.000.11   0.34
XYZ30.848336.328734.2404
Yxy36.32870.30420.3582
Hunter Lab60.2733-14.12078.5095
CIE-Lab66.7703-13.15726.7020

#8ea996 color RGB value is (142,169,150).

#8ea996 hex color red value is 142, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #8ea996 hue: 0.38 , saturation: 0.14 and the lightness value of 8ea996 is 0.61.

The process color (four color CMYK) of #8ea996 color hex is 0.16, 0.00, 0.11, 0.34. Web safe color of #8ea996 is #999999. Color #8ea996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 10010110
Octal 216 251 226
Decimal 142 169 150
Hex 8E A9 96

RGB Percentages of Color #8ea996

%30.80
%36.66
%32.54

CMYK Percentages of Color #8ea996

%16
%0
%11
%34

Triadic Colors of #8ea996

#8ea996 #968ea9 #a9968e

Analogous Colors of #8ea996

#8ea996 #8ea9a4 #94a98e

Monochromatic Colors of #8ea996

#8ea996

Complementary Color

#8ea996 #a98ea1

#8ea996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea996 Color CSS Codes

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

#8ea996 Text Font Color

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

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


#8ea996 Background Color

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

This div background color is #8ea996


#8ea996 Border Color

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

This div border color is #8ea996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea996


Comments

No comments written yet.

Please login to write comment.