Color Hex Logo

#8dd79e Color Hex

#8DD79E
(141,215,158)
0 Favorites   0 Comments

Color spaces of #8dd79e

RGB 141215158
HSL0.370.480.70
HSV134°34°84°
CMYK 0.340.000.27   0.16
XYZ41.456556.732241.1132
Yxy56.73220.29760.4073
Hunter Lab75.3208-33.565120.3616
CIE-Lab80.0287-34.728821.0105

#8dd79e color RGB value is (141,215,158).

#8dd79e hex color red value is 141, green value is 215 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8dd79e hue: 0.37 , saturation: 0.48 and the lightness value of 8dd79e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010111 10011110
Octal 215 327 236
Decimal 141 215 158
Hex 8D D7 9E

RGB Percentages of Color #8dd79e

%27.43
%41.83
%30.74

CMYK Percentages of Color #8dd79e

%34
%0
%27
%16

Triadic Colors of #8dd79e

#8dd79e #9e8dd7 #d79e8d

Analogous Colors of #8dd79e

#8dd79e #8dd7c3 #a1d78d

Monochromatic Colors of #8dd79e

#8dd79e

Complementary Color

#8dd79e #d78dc6

#8dd79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd79e Color CSS Codes

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

#8dd79e Text Font Color

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

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


#8dd79e Background Color

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

This div background color is #8dd79e


#8dd79e Border Color

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

This div border color is #8dd79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd79e


Comments

No comments written yet.

Please login to write comment.