Color Hex Logo

#8d991c Color Hex

#8D991C
(141,153,28)
0 Favorites   0 Comments

Color spaces of #8d991c

RGB 14115328
HSL0.180.690.35
HSV66°82°60°
CMYK 0.080.000.82   0.40
XYZ22.585328.52905.4149
Yxy28.52900.39950.5047
Hunter Lab53.4125-17.993931.3780
CIE-Lab60.3637-19.460058.1131

#8d991c color RGB value is (141,153,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011001 00011100
Octal 215 231 34
Decimal 141 153 28
Hex 8D 99 1C

RGB Percentages of Color #8d991c

%43.79
%47.52
%8.70

CMYK Percentages of Color #8d991c

%8
%0
%82
%40

Triadic Colors of #8d991c

#8d991c #1c8d99 #991c8d

Analogous Colors of #8d991c

#8d991c #4f991c #99671c

Monochromatic Colors of #8d991c

#8d991c

Complementary Color

#8d991c #281c99

#8d991c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d991c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d991c Color CSS Codes

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

#8d991c Text Font Color

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

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


#8d991c Background Color

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

This div background color is #8d991c


#8d991c Border Color

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

This div border color is #8d991c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d991c


Comments

No comments written yet.

Please login to write comment.