Color Hex Logo

#8de80d Color Hex

#8DE80D
(141,232,13)
0 Favorites   0 Comments

Color spaces of #8de80d

RGB 14123213
HSL0.240.890.48
HSV85°94°91°
CMYK 0.390.000.94   0.09
XYZ39.913863.405010.5155
Yxy63.40500.35060.5570
Hunter Lab79.6273-49.873147.9093
CIE-Lab83.6550-55.122480.0590

#8de80d color RGB value is (141,232,13).

#8de80d hex color red value is 141, green value is 232 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8de80d hue: 0.24 , saturation: 0.89 and the lightness value of 8de80d is 0.48.

The process color (four color CMYK) of #8de80d color hex is 0.39, 0.00, 0.94, 0.09. Web safe color of #8de80d is #99ff00. Color #8de80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101000 00001101
Octal 215 350 15
Decimal 141 232 13
Hex 8D E8 D

RGB Percentages of Color #8de80d

%36.53
%60.10
%3.37

CMYK Percentages of Color #8de80d

%39
%0
%94
%9

Triadic Colors of #8de80d

#8de80d #0d8de8 #e80d8d

Analogous Colors of #8de80d

#8de80d #1fe80d #e8d60d

Monochromatic Colors of #8de80d

#8de80d

Complementary Color

#8de80d #680de8

#8de80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de80d Color CSS Codes

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

#8de80d Text Font Color

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

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


#8de80d Background Color

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

This div background color is #8de80d


#8de80d Border Color

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

This div border color is #8de80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de80d


Comments

No comments written yet.

Please login to write comment.