Color Hex Logo

#8fd70c Color Hex

#8FD70C
(143,215,12)
0 Favorites   0 Comments

Color spaces of #8fd70c

RGB 14321512
HSL0.230.890.45
HSV81°94°84°
CMYK 0.330.000.94   0.16
XYZ35.694554.46718.9797
Yxy54.46710.36000.5494
Hunter Lab73.8018-42.821144.4473
CIE-Lab78.7333-47.596076.2776

#8fd70c color RGB value is (143,215,12).

#8fd70c hex color red value is 143, green value is 215 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #8fd70c hue: 0.23 , saturation: 0.89 and the lightness value of 8fd70c is 0.45.

The process color (four color CMYK) of #8fd70c color hex is 0.33, 0.00, 0.94, 0.16. Web safe color of #8fd70c is #99cc00. Color #8fd70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010111 00001100
Octal 217 327 14
Decimal 143 215 12
Hex 8F D7 C

RGB Percentages of Color #8fd70c

%38.65
%58.11
%3.24

CMYK Percentages of Color #8fd70c

%33
%0
%94
%16

Triadic Colors of #8fd70c

#8fd70c #0c8fd7 #d70c8f

Analogous Colors of #8fd70c

#8fd70c #29d70c #d7ba0c

Monochromatic Colors of #8fd70c

#8fd70c

Complementary Color

#8fd70c #540cd7

#8fd70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd70c Color CSS Codes

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

#8fd70c Text Font Color

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

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


#8fd70c Background Color

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

This div background color is #8fd70c


#8fd70c Border Color

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

This div border color is #8fd70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd70c


Comments

No comments written yet.

Please login to write comment.