Color Hex Logo

#8cf00e Color Hex

#8CF00E
(140,240,14)
0 Favorites   0 Comments

Color spaces of #8cf00e

RGB 14024014
HSL0.240.890.50
HSV87°94°94°
CMYK 0.420.000.94   0.06
XYZ42.054667.927311.3102
Yxy67.92730.34670.5600
Hunter Lab82.4180-53.150249.5563
CIE-Lab85.9701-58.523281.7949

#8cf00e color RGB value is (140,240,14).

#8cf00e hex color red value is 140, green value is 240 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8cf00e hue: 0.24 , saturation: 0.89 and the lightness value of 8cf00e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11110000 00001110
Octal 214 360 16
Decimal 140 240 14
Hex 8C F0 E

RGB Percentages of Color #8cf00e

%35.53
%60.91
%3.55

CMYK Percentages of Color #8cf00e

%42
%0
%94
%6

Triadic Colors of #8cf00e

#8cf00e #0e8cf0 #f00e8c

Analogous Colors of #8cf00e

#8cf00e #1bf00e #f0e30e

Monochromatic Colors of #8cf00e

#8cf00e

Complementary Color

#8cf00e #720ef0

#8cf00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cf00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cf00e Color CSS Codes

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

#8cf00e Text Font Color

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

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


#8cf00e Background Color

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

This div background color is #8cf00e


#8cf00e Border Color

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

This div border color is #8cf00e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,240,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cf00e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cf00e;
  -webkit-box-shadow: 1px 1px 3px 2px #8cf00e;
  box-shadow:         1px 1px 3px 2px #8cf00e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,240,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cf00e


Comments

No comments written yet.

Please login to write comment.