Color Hex Logo

#8ed774 Color Hex

#8ED774
(142,215,116)
0 Favorites   0 Comments

Color spaces of #8ed774

RGB 142215116
HSL0.290.550.65
HSV104°46°84°
CMYK 0.340.000.46   0.16
XYZ38.608255.612625.2224
Yxy55.61260.32320.4656
Hunter Lab74.5739-38.091732.1486
CIE-Lab79.3928-40.878841.6401

#8ed774 color RGB value is (142,215,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010111 01110100
Octal 216 327 164
Decimal 142 215 116
Hex 8E D7 74

RGB Percentages of Color #8ed774

%30.02
%45.45
%24.52

CMYK Percentages of Color #8ed774

%34
%0
%46
%16

Triadic Colors of #8ed774

#8ed774 #748ed7 #d7748e

Analogous Colors of #8ed774

#8ed774 #74d78c #c0d774

Monochromatic Colors of #8ed774

#8ed774

Complementary Color

#8ed774 #bd74d7

#8ed774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed774 Color CSS Codes

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

#8ed774 Text Font Color

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

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


#8ed774 Background Color

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

This div background color is #8ed774


#8ed774 Border Color

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

This div border color is #8ed774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed774


Comments

No comments written yet.

Please login to write comment.