Color Hex Logo

#8fcc5d Color Hex

#8FCC5D
(143,204,93)
0 Favorites   0 Comments

Color spaces of #8fcc5d

RGB 14320493
HSL0.260.520.58
HSV93°54°80°
CMYK 0.300.000.54   0.20
XYZ34.896349.815718.1321
Yxy49.81570.33930.4844
Hunter Lab70.5802-35.261434.1745
CIE-Lab75.9560-38.334148.5111

#8fcc5d color RGB value is (143,204,93).

#8fcc5d hex color red value is 143, green value is 204 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8fcc5d hue: 0.26 , saturation: 0.52 and the lightness value of 8fcc5d is 0.58.

The process color (four color CMYK) of #8fcc5d color hex is 0.30, 0.00, 0.54, 0.20. Web safe color of #8fcc5d is #99cc66. Color #8fcc5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 01011101
Octal 217 314 135
Decimal 143 204 93
Hex 8F CC 5D

RGB Percentages of Color #8fcc5d

%32.50
%46.36
%21.14

CMYK Percentages of Color #8fcc5d

%30
%0
%54
%20

Triadic Colors of #8fcc5d

#8fcc5d #5d8fcc #cc5d8f

Analogous Colors of #8fcc5d

#8fcc5d #5dcc63 #c7cc5d

Monochromatic Colors of #8fcc5d

#8fcc5d

Complementary Color

#8fcc5d #9a5dcc

#8fcc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcc5d Color CSS Codes

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

#8fcc5d Text Font Color

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

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


#8fcc5d Background Color

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

This div background color is #8fcc5d


#8fcc5d Border Color

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

This div border color is #8fcc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcc5d


Comments

No comments written yet.

Please login to write comment.