Color Hex Logo

#8ee60d Color Hex

#8EE60D
(142,230,13)
0 Favorites   0 Comments

Color spaces of #8ee60d

RGB 14223013
HSL0.230.890.48
HSV84°94°90°
CMYK 0.380.000.94   0.10
XYZ39.524862.373510.3369
Yxy62.37350.35220.5557
Hunter Lab78.9769-48.877447.5236
CIE-Lab83.1116-54.000779.6446

#8ee60d color RGB value is (142,230,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100110 00001101
Octal 216 346 15
Decimal 142 230 13
Hex 8E E6 D

RGB Percentages of Color #8ee60d

%36.88
%59.74
%3.38

CMYK Percentages of Color #8ee60d

%38
%0
%94
%10

Triadic Colors of #8ee60d

#8ee60d #0d8ee6 #e60d8e

Analogous Colors of #8ee60d

#8ee60d #22e60d #e6d20d

Monochromatic Colors of #8ee60d

#8ee60d

Complementary Color

#8ee60d #650de6

#8ee60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee60d Color CSS Codes

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

#8ee60d Text Font Color

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

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


#8ee60d Background Color

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

This div background color is #8ee60d


#8ee60d Border Color

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

This div border color is #8ee60d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,230,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 #8ee60d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee60d


Comments

No comments written yet.

Please login to write comment.