Color Hex Logo

#8de29f Color Hex

#8DE29F
(141,226,159)
0 Favorites   0 Comments

Color spaces of #8de29f

RGB 141226159
HSL0.370.590.72
HSV133°38°89°
CMYK 0.380.000.30   0.11
XYZ44.438962.558642.5337
Yxy62.55860.29720.4184
Hunter Lab79.0940-38.124423.4819
CIE-Lab83.2096-39.556224.8487

#8de29f color RGB value is (141,226,159).

#8de29f hex color red value is 141, green value is 226 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8de29f hue: 0.37 , saturation: 0.59 and the lightness value of 8de29f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100010 10011111
Octal 215 342 237
Decimal 141 226 159
Hex 8D E2 9F

RGB Percentages of Color #8de29f

%26.81
%42.97
%30.23

CMYK Percentages of Color #8de29f

%38
%0
%30
%11

Triadic Colors of #8de29f

#8de29f #9f8de2 #e29f8d

Analogous Colors of #8de29f

#8de29f #8de2ca #a6e28d

Monochromatic Colors of #8de29f

#8de29f

Complementary Color

#8de29f #e28dd0

#8de29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de29f Color CSS Codes

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

#8de29f Text Font Color

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

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


#8de29f Background Color

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

This div background color is #8de29f


#8de29f Border Color

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

This div border color is #8de29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de29f


Comments

No comments written yet.

Please login to write comment.