Color Hex Logo

#8de19c Color Hex

#8DE19C
(141,225,156)
0 Favorites   0 Comments

Color spaces of #8de19c

RGB 141225156
HSL0.360.580.72
HSV131°37°88°
CMYK 0.370.000.31   0.12
XYZ43.910561.913441.0887
Yxy61.91340.29890.4214
Hunter Lab78.6851-38.086324.1188
CIE-Lab82.8673-39.625225.9333

#8de19c color RGB value is (141,225,156).

#8de19c hex color red value is 141, green value is 225 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8de19c hue: 0.36 , saturation: 0.58 and the lightness value of 8de19c is 0.72.

The process color (four color CMYK) of #8de19c color hex is 0.37, 0.00, 0.31, 0.12. Web safe color of #8de19c is #99cc99. Color #8de19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100001 10011100
Octal 215 341 234
Decimal 141 225 156
Hex 8D E1 9C

RGB Percentages of Color #8de19c

%27.01
%43.10
%29.89

CMYK Percentages of Color #8de19c

%37
%0
%31
%12

Triadic Colors of #8de19c

#8de19c #9c8de1 #e19c8d

Analogous Colors of #8de19c

#8de19c #8de1c6 #a8e18d

Monochromatic Colors of #8de19c

#8de19c

Complementary Color

#8de19c #e18dd2

#8de19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de19c Color CSS Codes

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

#8de19c Text Font Color

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

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


#8de19c Background Color

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

This div background color is #8de19c


#8de19c Border Color

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

This div border color is #8de19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de19c


Comments

No comments written yet.

Please login to write comment.