Color Hex Logo

#8ec201 Color Hex

#8EC201
(142,194,1)
0 Favorites   0 Comments

Color spaces of #8ec201

RGB 1421941
HSL0.210.990.38
HSV76°99°76°
CMYK 0.270.000.99   0.24
XYZ30.452644.33656.9815
Yxy44.33650.37240.5422
Hunter Lab66.5857-34.888940.3934
CIE-Lab72.4528-39.126372.4552

#8ec201 color RGB value is (142,194,1).

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

The process color (four color CMYK) of #8ec201 color hex is 0.27, 0.00, 0.99, 0.24. Web safe color of #8ec201 is #99cc00. Color #8ec201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000010 00000001
Octal 216 302 1
Decimal 142 194 1
Hex 8E C2 1

RGB Percentages of Color #8ec201

%42.14
%57.57
%0.30

CMYK Percentages of Color #8ec201

%27
%0
%99
%24

Triadic Colors of #8ec201

#8ec201 #018ec2 #c2018e

Analogous Colors of #8ec201

#8ec201 #2dc201 #c29601

Monochromatic Colors of #8ec201

#8ec201

Complementary Color

#8ec201 #3501c2

#8ec201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec201 Color CSS Codes

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

#8ec201 Text Font Color

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

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


#8ec201 Background Color

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

This div background color is #8ec201


#8ec201 Border Color

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

This div border color is #8ec201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec201


Comments

No comments written yet.

Please login to write comment.