Color Hex Logo

#8ec801 Color Hex

#8EC801
(142,200,1)
0 Favorites   0 Comments

Color spaces of #8ec801

RGB 1422001
HSL0.220.990.39
HSV77°100°78°
CMYK 0.290.001.00   0.22
XYZ31.815147.06157.4357
Yxy47.06150.36860.5452
Hunter Lab68.6014-37.269941.5945
CIE-Lab74.2291-41.754373.8181

#8ec801 color RGB value is (142,200,1).

#8ec801 hex color red value is 142, green value is 200 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #8ec801 hue: 0.22 , saturation: 0.99 and the lightness value of 8ec801 is 0.39.

The process color (four color CMYK) of #8ec801 color hex is 0.29, 0.00, 1.00, 0.22. Web safe color of #8ec801 is #99cc00. Color #8ec801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001000 00000001
Octal 216 310 1
Decimal 142 200 1
Hex 8E C8 1

RGB Percentages of Color #8ec801

%41.40
%58.31
%0.29

CMYK Percentages of Color #8ec801

%29
%0
%100
%22

Triadic Colors of #8ec801

#8ec801 #018ec8 #c8018e

Analogous Colors of #8ec801

#8ec801 #2bc801 #c89f01

Monochromatic Colors of #8ec801

#8ec801

Complementary Color

#8ec801 #3b01c8

#8ec801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec801 Color CSS Codes

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

#8ec801 Text Font Color

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

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


#8ec801 Background Color

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

This div background color is #8ec801


#8ec801 Border Color

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

This div border color is #8ec801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,200,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec801


Comments

No comments written yet.

Please login to write comment.