Color Hex Logo

#8c8d3e Color Hex

#8C8D3E
(140,141,62)
0 Favorites   0 Comments

Color spaces of #8c8d3e

RGB 14014162
HSL0.170.390.40
HSV61°56°55°
CMYK 0.010.000.56   0.45
XYZ21.209624.97308.2598
Yxy24.97300.38960.4587
Hunter Lab49.9730-11.693525.1813
CIE-Lab57.0491-11.593241.2825

#8c8d3e color RGB value is (140,141,62).

#8c8d3e hex color red value is 140, green value is 141 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8c8d3e hue: 0.17 , saturation: 0.39 and the lightness value of 8c8d3e is 0.40.

The process color (four color CMYK) of #8c8d3e color hex is 0.01, 0.00, 0.56, 0.45. Web safe color of #8c8d3e is #999933. Color #8c8d3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001101 00111110
Octal 214 215 76
Decimal 140 141 62
Hex 8C 8D 3E

RGB Percentages of Color #8c8d3e

%40.82
%41.11
%18.08

CMYK Percentages of Color #8c8d3e

%1
%0
%56
%45

Triadic Colors of #8c8d3e

#8c8d3e #3e8c8d #8d3e8c

Analogous Colors of #8c8d3e

#8c8d3e #658d3e #8d673e

Monochromatic Colors of #8c8d3e

#8c8d3e

Complementary Color

#8c8d3e #3f3e8d

#8c8d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8d3e Color CSS Codes

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

#8c8d3e Text Font Color

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

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


#8c8d3e Background Color

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

This div background color is #8c8d3e


#8c8d3e Border Color

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

This div border color is #8c8d3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,141,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8d3e


Comments

No comments written yet.

Please login to write comment.