Color Hex Logo

#8fdc1e Color Hex

#8FDC1E
(143,220,30)
0 Favorites   0 Comments

Color spaces of #8fdc1e

RGB 14322030
HSL0.230.760.49
HSV84°86°86°
CMYK 0.350.000.86   0.14
XYZ37.155257.119810.2952
Yxy57.11980.35530.5462
Hunter Lab75.5776-44.507444.8279
CIE-Lab80.2469-49.265174.8283

#8fdc1e color RGB value is (143,220,30).

#8fdc1e hex color red value is 143, green value is 220 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #8fdc1e hue: 0.23 , saturation: 0.76 and the lightness value of 8fdc1e is 0.49.

The process color (four color CMYK) of #8fdc1e color hex is 0.35, 0.00, 0.86, 0.14. Web safe color of #8fdc1e is #99cc33. Color #8fdc1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 00011110
Octal 217 334 36
Decimal 143 220 30
Hex 8F DC 1E

RGB Percentages of Color #8fdc1e

%36.39
%55.98
%7.63

CMYK Percentages of Color #8fdc1e

%35
%0
%86
%14

Triadic Colors of #8fdc1e

#8fdc1e #1e8fdc #dc1e8f

Analogous Colors of #8fdc1e

#8fdc1e #30dc1e #dcca1e

Monochromatic Colors of #8fdc1e

#8fdc1e

Complementary Color

#8fdc1e #6b1edc

#8fdc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdc1e Color CSS Codes

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

#8fdc1e Text Font Color

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

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


#8fdc1e Background Color

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

This div background color is #8fdc1e


#8fdc1e Border Color

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

This div border color is #8fdc1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,220,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fdc1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fdc1e;
  -webkit-box-shadow: 1px 1px 3px 2px #8fdc1e;
  box-shadow:         1px 1px 3px 2px #8fdc1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,220,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdc1e


Comments

No comments written yet.

Please login to write comment.