Color Hex Logo

#8cc73f Color Hex

#8CC73F
(140,199,63)
0 Favorites   0 Comments

Color spaces of #8cc73f

RGB 14019963
HSL0.240.550.51
HSV86°68°78°
CMYK 0.300.000.68   0.22
XYZ32.135846.781212.0386
Yxy46.78120.35330.5143
Hunter Lab68.3968-35.827337.4420
CIE-Lab74.0496-39.818059.2659

#8cc73f color RGB value is (140,199,63).

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

The process color (four color CMYK) of #8cc73f color hex is 0.30, 0.00, 0.68, 0.22. Web safe color of #8cc73f is #99cc33. Color #8cc73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000111 00111111
Octal 214 307 77
Decimal 140 199 63
Hex 8C C7 3F

RGB Percentages of Color #8cc73f

%34.83
%49.50
%15.67

CMYK Percentages of Color #8cc73f

%30
%0
%68
%22

Triadic Colors of #8cc73f

#8cc73f #3f8cc7 #c73f8c

Analogous Colors of #8cc73f

#8cc73f #48c73f #c7be3f

Monochromatic Colors of #8cc73f

#8cc73f

Complementary Color

#8cc73f #7a3fc7

#8cc73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc73f Color CSS Codes

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

#8cc73f Text Font Color

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

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


#8cc73f Background Color

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

This div background color is #8cc73f


#8cc73f Border Color

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

This div border color is #8cc73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc73f


Comments

No comments written yet.

Please login to write comment.