Color Hex Logo

#8ed873 Color Hex

#8ED873
(142,216,115)
0 Favorites   0 Comments

Color spaces of #8ed873

RGB 142216115
HSL0.290.560.65
HSV104°47°85°
CMYK 0.340.000.47   0.15
XYZ38.805756.100325.0028
Yxy56.10030.32360.4679
Hunter Lab74.9001-38.594532.6382
CIE-Lab79.6709-41.446942.4770

#8ed873 color RGB value is (142,216,115).

#8ed873 hex color red value is 142, green value is 216 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #8ed873 hue: 0.29 , saturation: 0.56 and the lightness value of 8ed873 is 0.65.

The process color (four color CMYK) of #8ed873 color hex is 0.34, 0.00, 0.47, 0.15. Web safe color of #8ed873 is #99cc66. Color #8ed873 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 01110011
Octal 216 330 163
Decimal 142 216 115
Hex 8E D8 73

RGB Percentages of Color #8ed873

%30.02
%45.67
%24.31

CMYK Percentages of Color #8ed873

%34
%0
%47
%15

Triadic Colors of #8ed873

#8ed873 #738ed8 #d8738e

Analogous Colors of #8ed873

#8ed873 #73d88b #c1d873

Monochromatic Colors of #8ed873

#8ed873

Complementary Color

#8ed873 #bd73d8

#8ed873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed873 Color CSS Codes

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

#8ed873 Text Font Color

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

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


#8ed873 Background Color

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

This div background color is #8ed873


#8ed873 Border Color

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

This div border color is #8ed873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed873


Comments

No comments written yet.

Please login to write comment.