Color Hex Logo

#8cff06 Color Hex

#8CFF06
(140,255,6)
0 Favorites   0 Comments

Color spaces of #8cff06

RGB 1402556
HSL0.241.000.51
HSV88°98°100°
CMYK 0.450.000.98   0.00
XYZ46.608177.108612.5992
Yxy77.10860.34190.5657
Hunter Lab87.8115-58.926952.9611
CIE-Lab90.3716-64.212585.9397

#8cff06 color RGB value is (140,255,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111111 00000110
Octal 214 377 6
Decimal 140 255 6
Hex 8C FF 6

RGB Percentages of Color #8cff06

%34.91
%63.59
%1.50

CMYK Percentages of Color #8cff06

%45
%0
%98
%0

Triadic Colors of #8cff06

#8cff06 #068cff #ff068c

Analogous Colors of #8cff06

#8cff06 #10ff06 #fff606

Monochromatic Colors of #8cff06

#8cff06

Complementary Color

#8cff06 #7906ff

#8cff06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cff06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cff06 Color CSS Codes

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

#8cff06 Text Font Color

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

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


#8cff06 Background Color

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

This div background color is #8cff06


#8cff06 Border Color

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

This div border color is #8cff06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cff06


Comments

No comments written yet.

Please login to write comment.