Color Hex Logo

#8eca9d Color Hex

#8ECA9D
(142,202,157)
0 Favorites   0 Comments

Color spaces of #8eca9d

RGB 142202157
HSL0.380.360.67
HSV135°30°79°
CMYK 0.300.000.22   0.21
XYZ38.361750.426239.6096
Yxy50.42620.29880.3927
Hunter Lab71.0114-27.840916.6365
CIE-Lab76.3301-28.467316.4177

#8eca9d color RGB value is (142,202,157).

#8eca9d hex color red value is 142, green value is 202 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8eca9d hue: 0.38 , saturation: 0.36 and the lightness value of 8eca9d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 10011101
Octal 216 312 235
Decimal 142 202 157
Hex 8E CA 9D

RGB Percentages of Color #8eca9d

%28.34
%40.32
%31.34

CMYK Percentages of Color #8eca9d

%30
%0
%22
%21

Triadic Colors of #8eca9d

#8eca9d #9d8eca #ca9d8e

Analogous Colors of #8eca9d

#8eca9d #8ecabb #9dca8e

Monochromatic Colors of #8eca9d

#8eca9d

Complementary Color

#8eca9d #ca8ebb

#8eca9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eca9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eca9d Color CSS Codes

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

#8eca9d Text Font Color

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

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


#8eca9d Background Color

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

This div background color is #8eca9d


#8eca9d Border Color

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

This div border color is #8eca9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eca9d


Comments

No comments written yet.

Please login to write comment.