Color Hex Logo

#8ea38d Color Hex

#8EA38D
(142,163,141)
0 Favorites   0 Comments

Color spaces of #8ea38d

RGB 142163141
HSL0.330.110.60
HSV117°13°64°
CMYK 0.130.000.13   0.36
XYZ29.060233.868330.2049
Yxy33.86830.31200.3637
Hunter Lab58.1965-12.71059.9651
CIE-Lab64.8579-11.68568.9727

#8ea38d color RGB value is (142,163,141).

#8ea38d hex color red value is 142, green value is 163 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8ea38d hue: 0.33 , saturation: 0.11 and the lightness value of 8ea38d is 0.60.

The process color (four color CMYK) of #8ea38d color hex is 0.13, 0.00, 0.13, 0.36. Web safe color of #8ea38d is #999999. Color #8ea38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100011 10001101
Octal 216 243 215
Decimal 142 163 141
Hex 8E A3 8D

RGB Percentages of Color #8ea38d

%31.84
%36.55
%31.61

CMYK Percentages of Color #8ea38d

%13
%0
%13
%36

Triadic Colors of #8ea38d

#8ea38d #8d8ea3 #a38d8e

Analogous Colors of #8ea38d

#8ea38d #8da397 #99a38d

Monochromatic Colors of #8ea38d

#8ea38d

Complementary Color

#8ea38d #a28da3

#8ea38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea38d Color CSS Codes

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

#8ea38d Text Font Color

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

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


#8ea38d Background Color

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

This div background color is #8ea38d


#8ea38d Border Color

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

This div border color is #8ea38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea38d


Comments

No comments written yet.

Please login to write comment.