Color Hex Logo

#9cac6d Color Hex

#9CAC6D
(156,172,109)
0 Favorites   0 Comments

Color spaces of #9cac6d

RGB 156172109
HSL0.210.280.55
HSV75°37°67°
CMYK 0.090.000.37   0.33
XYZ31.223137.677120.0948
Yxy37.67710.35080.4234
Hunter Lab61.3817-16.620123.5571
CIE-Lab67.7820-16.131730.5829

#9cac6d color RGB value is (156,172,109).

#9cac6d hex color red value is 156, green value is 172 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9cac6d hue: 0.21 , saturation: 0.28 and the lightness value of 9cac6d is 0.55.

The process color (four color CMYK) of #9cac6d color hex is 0.09, 0.00, 0.37, 0.33. Web safe color of #9cac6d is #999966. Color #9cac6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 01101101
Octal 234 254 155
Decimal 156 172 109
Hex 9C AC 6D

RGB Percentages of Color #9cac6d

%35.70
%39.36
%24.94

CMYK Percentages of Color #9cac6d

%9
%0
%37
%33

Triadic Colors of #9cac6d

#9cac6d #6d9cac #ac6d9c

Analogous Colors of #9cac6d

#9cac6d #7dac6d #ac9d6d

Monochromatic Colors of #9cac6d

#9cac6d

Complementary Color

#9cac6d #7d6dac

#9cac6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cac6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cac6d Color CSS Codes

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

#9cac6d Text Font Color

<p style="color:#9cac6d">Text here</p>

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


#9cac6d Background Color

<div style="background-color:#9cac6d">
Div content here</div>

This div background color is #9cac6d


#9cac6d Border Color

<div style="border:3px solid #9cac6d">
Div here</div>

This div border color is #9cac6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,172,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cac6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cac6d;
  -webkit-box-shadow: 1px 1px 3px 2px #9cac6d;
  box-shadow:         1px 1px 3px 2px #9cac6d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,172,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cac6d


Comments

No comments written yet.

Please login to write comment.