Color Hex Logo

#9ca07c Color Hex

#9CA07C
(156,160,124)
0 Favorites   0 Comments

Color spaces of #9ca07c

RGB 156160124
HSL0.190.160.56
HSV67°23°63°
CMYK 0.020.000.23   0.37
XYZ29.919233.664823.9898
Yxy33.66480.34160.3844
Hunter Lab58.0214-9.492416.1006
CIE-Lab64.6956-7.699418.3345

#9ca07c color RGB value is (156,160,124).

#9ca07c hex color red value is 156, green value is 160 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9ca07c hue: 0.19 , saturation: 0.16 and the lightness value of 9ca07c is 0.56.

The process color (four color CMYK) of #9ca07c color hex is 0.02, 0.00, 0.23, 0.37. Web safe color of #9ca07c is #999966. Color #9ca07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100000 01111100
Octal 234 240 174
Decimal 156 160 124
Hex 9C A0 7C

RGB Percentages of Color #9ca07c

%35.45
%36.36
%28.18

CMYK Percentages of Color #9ca07c

%2
%0
%23
%37

Triadic Colors of #9ca07c

#9ca07c #7c9ca0 #a07c9c

Analogous Colors of #9ca07c

#9ca07c #8aa07c #a0927c

Monochromatic Colors of #9ca07c

#9ca07c

Complementary Color

#9ca07c #807ca0

#9ca07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca07c Color CSS Codes

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

#9ca07c Text Font Color

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

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


#9ca07c Background Color

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

This div background color is #9ca07c


#9ca07c Border Color

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

This div border color is #9ca07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca07c


Comments

No comments written yet.

Please login to write comment.