Color Hex Logo

#9ca47e Color Hex

#9CA47E
(156,164,126)
0 Favorites   0 Comments

Color spaces of #9ca47e

RGB 156164126
HSL0.200.170.57
HSV73°23°64°
CMYK 0.050.000.23   0.36
XYZ30.751735.125224.8977
Yxy35.12520.33880.3869
Hunter Lab59.2665-11.097916.5790
CIE-Lab65.8460-9.532218.8129

#9ca47e color RGB value is (156,164,126).

#9ca47e hex color red value is 156, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9ca47e hue: 0.20 , saturation: 0.17 and the lightness value of 9ca47e is 0.57.

The process color (four color CMYK) of #9ca47e color hex is 0.05, 0.00, 0.23, 0.36. Web safe color of #9ca47e is #999966. Color #9ca47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100100 01111110
Octal 234 244 176
Decimal 156 164 126
Hex 9C A4 7E

RGB Percentages of Color #9ca47e

%34.98
%36.77
%28.25

CMYK Percentages of Color #9ca47e

%5
%0
%23
%36

Triadic Colors of #9ca47e

#9ca47e #7e9ca4 #a47e9c

Analogous Colors of #9ca47e

#9ca47e #89a47e #a4997e

Monochromatic Colors of #9ca47e

#9ca47e

Complementary Color

#9ca47e #867ea4

#9ca47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca47e Color CSS Codes

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

#9ca47e Text Font Color

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

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


#9ca47e Background Color

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

This div background color is #9ca47e


#9ca47e Border Color

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

This div border color is #9ca47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca47e


Comments

No comments written yet.

Please login to write comment.