Color Hex Logo

#8fbf4c Color Hex

#8FBF4C
(143,191,76)
0 Favorites   0 Comments

Color spaces of #8fbf4c

RGB 14319176
HSL0.240.470.52
HSV85°60°75°
CMYK 0.250.000.60   0.25
XYZ31.263043.623013.6098
Yxy43.62300.35330.4929
Hunter Lab66.0477-31.092434.0161
CIE-Lab71.9758-34.061651.6838

#8fbf4c color RGB value is (143,191,76).

#8fbf4c hex color red value is 143, green value is 191 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #8fbf4c hue: 0.24 , saturation: 0.47 and the lightness value of 8fbf4c is 0.52.

The process color (four color CMYK) of #8fbf4c color hex is 0.25, 0.00, 0.60, 0.25. Web safe color of #8fbf4c is #99cc33. Color #8fbf4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111111 01001100
Octal 217 277 114
Decimal 143 191 76
Hex 8F BF 4C

RGB Percentages of Color #8fbf4c

%34.88
%46.59
%18.54

CMYK Percentages of Color #8fbf4c

%25
%0
%60
%25

Triadic Colors of #8fbf4c

#8fbf4c #4c8fbf #bf4c8f

Analogous Colors of #8fbf4c

#8fbf4c #56bf4c #bfb64c

Monochromatic Colors of #8fbf4c

#8fbf4c

Complementary Color

#8fbf4c #7c4cbf

#8fbf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbf4c Color CSS Codes

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

#8fbf4c Text Font Color

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

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


#8fbf4c Background Color

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

This div background color is #8fbf4c


#8fbf4c Border Color

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

This div border color is #8fbf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbf4c


Comments

No comments written yet.

Please login to write comment.