Color Hex Logo

#8dc18f Color Hex

#8DC18F
(141,193,143)
1 Favorites   0 Comments

Color spaces of #8dc18f

RGB 141193143
HSL0.340.300.65
HSV122°27°76°
CMYK 0.270.000.26   0.24
XYZ35.012445.785832.9788
Yxy45.78580.30770.4024
Hunter Lab67.6652-26.051818.4688
CIE-Lab73.4063-26.947519.8347

#8dc18f color RGB value is (141,193,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000001 10001111
Octal 215 301 217
Decimal 141 193 143
Hex 8D C1 8F

RGB Percentages of Color #8dc18f

%29.56
%40.46
%29.98

CMYK Percentages of Color #8dc18f

%27
%0
%26
%24

Triadic Colors of #8dc18f

#8dc18f #8f8dc1 #c18f8d

Analogous Colors of #8dc18f

#8dc18f #8dc1a9 #a5c18d

Monochromatic Colors of #8dc18f

#8dc18f

Complementary Color

#8dc18f #c18dbf

#8dc18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc18f Color CSS Codes

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

#8dc18f Text Font Color

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

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


#8dc18f Background Color

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

This div background color is #8dc18f


#8dc18f Border Color

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

This div border color is #8dc18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc18f


Comments

No comments written yet.

Please login to write comment.