Color Hex Logo

#9ca576 Color Hex

#9CA576
(156,165,118)
0 Favorites   0 Comments

Color spaces of #9ca576

RGB 156165118
HSL0.200.210.55
HSV71°28°65°
CMYK 0.050.000.28   0.35
XYZ30.435435.286222.3463
Yxy35.28620.34560.4007
Hunter Lab59.4022-12.497319.2774
CIE-Lab65.9709-11.251323.3572

#9ca576 color RGB value is (156,165,118).

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

The process color (four color CMYK) of #9ca576 color hex is 0.05, 0.00, 0.28, 0.35. Web safe color of #9ca576 is #999966. Color #9ca576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100101 01110110
Octal 234 245 166
Decimal 156 165 118
Hex 9C A5 76

RGB Percentages of Color #9ca576

%35.54
%37.59
%26.88

CMYK Percentages of Color #9ca576

%5
%0
%28
%35

Triadic Colors of #9ca576

#9ca576 #769ca5 #a5769c

Analogous Colors of #9ca576

#9ca576 #85a576 #a59776

Monochromatic Colors of #9ca576

#9ca576

Complementary Color

#9ca576 #7f76a5

#9ca576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca576 Color CSS Codes

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

#9ca576 Text Font Color

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

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


#9ca576 Background Color

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

This div background color is #9ca576


#9ca576 Border Color

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

This div border color is #9ca576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca576


Comments

No comments written yet.

Please login to write comment.