Color Hex Logo

#8dd080 Color Hex

#8DD080
(141,208,128)
0 Favorites   0 Comments

Color spaces of #8dd080

RGB 141208128
HSL0.310.460.66
HSV110°38°82°
CMYK 0.320.000.38   0.18
XYZ37.436752.333028.5502
Yxy52.33300.31640.4423
Hunter Lab72.3416-34.224127.2398
CIE-Lab77.4795-36.415733.1609

#8dd080 color RGB value is (141,208,128).

#8dd080 hex color red value is 141, green value is 208 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8dd080 hue: 0.31 , saturation: 0.46 and the lightness value of 8dd080 is 0.66.

The process color (four color CMYK) of #8dd080 color hex is 0.32, 0.00, 0.38, 0.18. Web safe color of #8dd080 is #99cc99. Color #8dd080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010000 10000000
Octal 215 320 200
Decimal 141 208 128
Hex 8D D0 80

RGB Percentages of Color #8dd080

%29.56
%43.61
%26.83

CMYK Percentages of Color #8dd080

%32
%0
%38
%18

Triadic Colors of #8dd080

#8dd080 #808dd0 #d0808d

Analogous Colors of #8dd080

#8dd080 #80d09b #b5d080

Monochromatic Colors of #8dd080

#8dd080

Complementary Color

#8dd080 #c380d0

#8dd080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd080 Color CSS Codes

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

#8dd080 Text Font Color

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

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


#8dd080 Background Color

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

This div background color is #8dd080


#8dd080 Border Color

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

This div border color is #8dd080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd080

#8dd080 Color Palettes


Comments

No comments written yet.

Please login to write comment.