Color Hex Logo

#8fa40c Color Hex

#8FA40C
(143,164,12)
0 Favorites   0 Comments

Color spaces of #8fa40c

RGB 14316412
HSL0.190.860.35
HSV68°93°64°
CMYK 0.130.000.93   0.36
XYZ24.669532.41715.3047
Yxy32.41710.39540.5196
Hunter Lab56.9360-22.296734.3312
CIE-Lab63.6861-24.533564.3438

#8fa40c color RGB value is (143,164,12).

#8fa40c hex color red value is 143, green value is 164 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #8fa40c hue: 0.19 , saturation: 0.86 and the lightness value of 8fa40c is 0.35.

The process color (four color CMYK) of #8fa40c color hex is 0.13, 0.00, 0.93, 0.36. Web safe color of #8fa40c is #999900. Color #8fa40c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100100 00001100
Octal 217 244 14
Decimal 143 164 12
Hex 8F A4 C

RGB Percentages of Color #8fa40c

%44.83
%51.41
%3.76

CMYK Percentages of Color #8fa40c

%13
%0
%93
%36

Triadic Colors of #8fa40c

#8fa40c #0c8fa4 #a40c8f

Analogous Colors of #8fa40c

#8fa40c #43a40c #a46d0c

Monochromatic Colors of #8fa40c

#8fa40c

Complementary Color

#8fa40c #210ca4

#8fa40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa40c Color CSS Codes

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

#8fa40c Text Font Color

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

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


#8fa40c Background Color

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

This div background color is #8fa40c


#8fa40c Border Color

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

This div border color is #8fa40c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,164,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 #8fa40c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa40c


Comments

No comments written yet.

Please login to write comment.