Color Hex Logo

#8ed982 Color Hex

#8ED982
(142,217,130)
0 Favorites   0 Comments

Color spaces of #8ed982

RGB 142217130
HSL0.310.530.68
HSV112°40°85°
CMYK 0.350.000.40   0.15
XYZ39.997456.988230.0108
Yxy56.98820.31490.4487
Hunter Lab75.4905-37.533229.2730
CIE-Lab80.1730-39.852335.6580

#8ed982 color RGB value is (142,217,130).

#8ed982 hex color red value is 142, green value is 217 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #8ed982 hue: 0.31 , saturation: 0.53 and the lightness value of 8ed982 is 0.68.

The process color (four color CMYK) of #8ed982 color hex is 0.35, 0.00, 0.40, 0.15. Web safe color of #8ed982 is #99cc99. Color #8ed982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011001 10000010
Octal 216 331 202
Decimal 142 217 130
Hex 8E D9 82

RGB Percentages of Color #8ed982

%29.04
%44.38
%26.58

CMYK Percentages of Color #8ed982

%35
%0
%40
%15

Triadic Colors of #8ed982

#8ed982 #828ed9 #d9828e

Analogous Colors of #8ed982

#8ed982 #82d9a2 #bad982

Monochromatic Colors of #8ed982

#8ed982

Complementary Color

#8ed982 #cd82d9

#8ed982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed982 Color CSS Codes

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

#8ed982 Text Font Color

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

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


#8ed982 Background Color

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

This div background color is #8ed982


#8ed982 Border Color

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

This div border color is #8ed982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed982


Comments

No comments written yet.

Please login to write comment.