Color Hex Logo

#8eccaa Color Hex

#8ECCAA
(142,204,170)
0 Favorites   0 Comments

Color spaces of #8eccaa

RGB 142204170
HSL0.410.380.68
HSV147°30°80°
CMYK 0.300.000.17   0.20
XYZ40.003951.838845.9277
Yxy51.83880.29040.3763
Hunter Lab71.9992-26.821112.5788
CIE-Lab77.1843-26.950110.6706

#8eccaa color RGB value is (142,204,170).

#8eccaa hex color red value is 142, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8eccaa hue: 0.41 , saturation: 0.38 and the lightness value of 8eccaa is 0.68.

The process color (four color CMYK) of #8eccaa color hex is 0.30, 0.00, 0.17, 0.20. Web safe color of #8eccaa is #99cc99. Color #8eccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 10101010
Octal 216 314 252
Decimal 142 204 170
Hex 8E CC AA

RGB Percentages of Color #8eccaa

%27.52
%39.53
%32.95

CMYK Percentages of Color #8eccaa

%30
%0
%17
%20

Triadic Colors of #8eccaa

#8eccaa #aa8ecc #ccaa8e

Analogous Colors of #8eccaa

#8eccaa #8eccc9 #91cc8e

Monochromatic Colors of #8eccaa

#8eccaa

Complementary Color

#8eccaa #cc8eb0

#8eccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eccaa Color CSS Codes

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

#8eccaa Text Font Color

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

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


#8eccaa Background Color

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

This div background color is #8eccaa


#8eccaa Border Color

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

This div border color is #8eccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eccaa


Comments

No comments written yet.

Please login to write comment.