Color Hex Logo

#8dd217 Color Hex

#8DD217
(141,210,23)
0 Favorites   0 Comments

Color spaces of #8dd217

RGB 14121023
HSL0.230.800.46
HSV82°89°82°
CMYK 0.330.000.89   0.18
XYZ34.185851.81789.0107
Yxy51.81780.35980.5454
Hunter Lab71.9846-41.202642.9676
CIE-Lab77.1718-46.021073.4852

#8dd217 color RGB value is (141,210,23).

#8dd217 hex color red value is 141, green value is 210 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #8dd217 hue: 0.23 , saturation: 0.80 and the lightness value of 8dd217 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010010 00010111
Octal 215 322 27
Decimal 141 210 23
Hex 8D D2 17

RGB Percentages of Color #8dd217

%37.70
%56.15
%6.15

CMYK Percentages of Color #8dd217

%33
%0
%89
%18

Triadic Colors of #8dd217

#8dd217 #178dd2 #d2178d

Analogous Colors of #8dd217

#8dd217 #30d217 #d2ba17

Monochromatic Colors of #8dd217

#8dd217

Complementary Color

#8dd217 #5c17d2

#8dd217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd217 Color CSS Codes

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

#8dd217 Text Font Color

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

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


#8dd217 Background Color

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

This div background color is #8dd217


#8dd217 Border Color

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

This div border color is #8dd217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd217


Comments

No comments written yet.

Please login to write comment.