Color Hex Logo

#8dd379 Color Hex

#8DD379
(141,211,121)
0 Favorites   0 Comments

Color spaces of #8dd379

RGB 141211121
HSL0.300.510.65
HSV107°43°83°
CMYK 0.330.000.43   0.17
XYZ37.730053.631726.4525
Yxy53.63170.32030.4552
Hunter Lab73.2337-36.195729.8476
CIE-Lab78.2465-38.766937.6985

#8dd379 color RGB value is (141,211,121).

#8dd379 hex color red value is 141, green value is 211 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #8dd379 hue: 0.30 , saturation: 0.51 and the lightness value of 8dd379 is 0.65.

The process color (four color CMYK) of #8dd379 color hex is 0.33, 0.00, 0.43, 0.17. Web safe color of #8dd379 is #99cc66. Color #8dd379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010011 01111001
Octal 215 323 171
Decimal 141 211 121
Hex 8D D3 79

RGB Percentages of Color #8dd379

%29.81
%44.61
%25.58

CMYK Percentages of Color #8dd379

%33
%0
%43
%17

Triadic Colors of #8dd379

#8dd379 #798dd3 #d3798d

Analogous Colors of #8dd379

#8dd379 #79d392 #bad379

Monochromatic Colors of #8dd379

#8dd379

Complementary Color

#8dd379 #bf79d3

#8dd379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd379 Color CSS Codes

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

#8dd379 Text Font Color

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

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


#8dd379 Background Color

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

This div background color is #8dd379


#8dd379 Border Color

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

This div border color is #8dd379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd379


Comments

No comments written yet.

Please login to write comment.