Color Hex Logo

#8f991c Color Hex

#8F991C
(143,153,28)
0 Favorites   0 Comments

Color spaces of #8f991c

RGB 14315328
HSL0.180.690.35
HSV65°82°60°
CMYK 0.070.000.82   0.40
XYZ22.928528.70595.4309
Yxy28.70590.40180.5030
Hunter Lab53.5779-17.372831.4946
CIE-Lab60.5212-18.578158.3123

#8f991c color RGB value is (143,153,28).

#8f991c hex color red value is 143, green value is 153 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8f991c hue: 0.18 , saturation: 0.69 and the lightness value of 8f991c is 0.35.

The process color (four color CMYK) of #8f991c color hex is 0.07, 0.00, 0.82, 0.40. Web safe color of #8f991c is #999933. Color #8f991c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011001 00011100
Octal 217 231 34
Decimal 143 153 28
Hex 8F 99 1C

RGB Percentages of Color #8f991c

%44.14
%47.22
%8.64

CMYK Percentages of Color #8f991c

%7
%0
%82
%40

Triadic Colors of #8f991c

#8f991c #1c8f99 #991c8f

Analogous Colors of #8f991c

#8f991c #51991c #99651c

Monochromatic Colors of #8f991c

#8f991c

Complementary Color

#8f991c #261c99

#8f991c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f991c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f991c Color CSS Codes

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

#8f991c Text Font Color

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

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


#8f991c Background Color

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

This div background color is #8f991c


#8f991c Border Color

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

This div border color is #8f991c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f991c


Comments

No comments written yet.

Please login to write comment.