Color Hex Logo

#8de03e Color Hex

#8DE03E
(141,224,62)
0 Favorites   0 Comments

Color spaces of #8de03e

RGB 14122462
HSL0.250.720.56
HSV91°72°88°
CMYK 0.370.000.72   0.12
XYZ38.509759.321813.9780
Yxy59.32180.34440.5306
Hunter Lab77.0206-45.537643.1543
CIE-Lab81.4682-50.139467.1562

#8de03e color RGB value is (141,224,62).

#8de03e hex color red value is 141, green value is 224 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8de03e hue: 0.25 , saturation: 0.72 and the lightness value of 8de03e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100000 00111110
Octal 215 340 76
Decimal 141 224 62
Hex 8D E0 3E

RGB Percentages of Color #8de03e

%33.02
%52.46
%14.52

CMYK Percentages of Color #8de03e

%37
%0
%72
%12

Triadic Colors of #8de03e

#8de03e #3e8de0 #e03e8d

Analogous Colors of #8de03e

#8de03e #3ee040 #dee03e

Monochromatic Colors of #8de03e

#8de03e

Complementary Color

#8de03e #913ee0

#8de03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de03e Color CSS Codes

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

#8de03e Text Font Color

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

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


#8de03e Background Color

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

This div background color is #8de03e


#8de03e Border Color

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

This div border color is #8de03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de03e


Comments

No comments written yet.

Please login to write comment.