Color Hex Logo

#8dd182 Color Hex

#8DD182
(141,209,130)
0 Favorites   0 Comments

Color spaces of #8dd182

RGB 141209130
HSL0.310.460.66
HSV112°38°82°
CMYK 0.330.000.38   0.18
XYZ37.814252.875429.3320
Yxy52.87540.31510.4405
Hunter Lab72.7155-34.426826.9844
CIE-Lab77.8014-36.575232.5578

#8dd182 color RGB value is (141,209,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010001 10000010
Octal 215 321 202
Decimal 141 209 130
Hex 8D D1 82

RGB Percentages of Color #8dd182

%29.38
%43.54
%27.08

CMYK Percentages of Color #8dd182

%33
%0
%38
%18

Triadic Colors of #8dd182

#8dd182 #828dd1 #d1828d

Analogous Colors of #8dd182

#8dd182 #82d19f #b5d182

Monochromatic Colors of #8dd182

#8dd182

Complementary Color

#8dd182 #c682d1

#8dd182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd182 Color CSS Codes

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

#8dd182 Text Font Color

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

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


#8dd182 Background Color

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

This div background color is #8dd182


#8dd182 Border Color

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

This div border color is #8dd182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd182


Comments

No comments written yet.

Please login to write comment.