Color Hex Logo

#8c946f Color Hex

#8C946F
(140,148,111)
0 Favorites   0 Comments

Color spaces of #8c946f

RGB 140148111
HSL0.200.150.51
HSV73°25°58°
CMYK 0.050.000.25   0.42
XYZ24.274427.903019.1453
Yxy27.90300.34030.3912
Hunter Lab52.8233-10.412915.4872
CIE-Lab59.8010-9.499118.6451

#8c946f color RGB value is (140,148,111).

#8c946f hex color red value is 140, green value is 148 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8c946f hue: 0.20 , saturation: 0.15 and the lightness value of 8c946f is 0.51.

The process color (four color CMYK) of #8c946f color hex is 0.05, 0.00, 0.25, 0.42. Web safe color of #8c946f is #999966. Color #8c946f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010100 01101111
Octal 214 224 157
Decimal 140 148 111
Hex 8C 94 6F

RGB Percentages of Color #8c946f

%35.09
%37.09
%27.82

CMYK Percentages of Color #8c946f

%5
%0
%25
%42

Triadic Colors of #8c946f

#8c946f #6f8c94 #946f8c

Analogous Colors of #8c946f

#8c946f #7a946f #948a6f

Monochromatic Colors of #8c946f

#8c946f

Complementary Color

#8c946f #776f94

#8c946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c946f Color CSS Codes

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

#8c946f Text Font Color

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

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


#8c946f Background Color

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

This div background color is #8c946f


#8c946f Border Color

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

This div border color is #8c946f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c946f


Comments

No comments written yet.

Please login to write comment.