Color Hex Logo

#8cff00 Color Hex

#8CFF00
(140,255,0)
1 Favorites   1 Comments

Color spaces of #8cff00

RGB 1402550
HSL0.241.000.50
HSV87°100°100°
CMYK 0.450.001.00   0.00
XYZ46.575277.095412.4261
Yxy77.09540.34220.5665
Hunter Lab87.8040-58.972553.0720
CIE-Lab90.3655-64.279186.3777

#8cff00 color RGB value is (140,255,0).

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

The process color (four color CMYK) of #8cff00 color hex is 0.45, 0.00, 1.00, 0.00. Web safe color of #8cff00 is #99ff00. Color #8cff00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111111 00000000
Octal 214 377 0
Decimal 140 255 0
Hex 8C FF 0

RGB Percentages of Color #8cff00

%35.44
%64.56
%0.00

CMYK Percentages of Color #8cff00

%45
%0
%100
%0

Triadic Colors of #8cff00

#8cff00 #008cff #ff008c

Analogous Colors of #8cff00

#8cff00 #0dff00 #fff300

Monochromatic Colors of #8cff00

#8cff00

Complementary Color

#8cff00 #7300ff

#8cff00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cff00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cff00 Color CSS Codes

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

#8cff00 Text Font Color

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

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


#8cff00 Background Color

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

This div background color is #8cff00


#8cff00 Border Color

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

This div border color is #8cff00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cff00


Comments

30 Jul 2021, 12:22 8CFF00

Gecko Green

Please login to write comment.