Color Hex Logo

#9cad7f Color Hex

#9CAD7F
(156,173,127)
0 Favorites   0 Comments

Color spaces of #9cad7f

RGB 156173127
HSL0.230.220.59
HSV82°27°68°
CMYK 0.100.000.27   0.32
XYZ32.484638.487425.7954
Yxy38.48740.33570.3977
Hunter Lab62.0382-15.100318.7741
CIE-Lab68.3783-14.117121.7264

#9cad7f color RGB value is (156,173,127).

#9cad7f hex color red value is 156, green value is 173 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9cad7f hue: 0.23 , saturation: 0.22 and the lightness value of 9cad7f is 0.59.

The process color (four color CMYK) of #9cad7f color hex is 0.10, 0.00, 0.27, 0.32. Web safe color of #9cad7f is #999966. Color #9cad7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 01111111
Octal 234 255 177
Decimal 156 173 127
Hex 9C AD 7F

RGB Percentages of Color #9cad7f

%34.21
%37.94
%27.85

CMYK Percentages of Color #9cad7f

%10
%0
%27
%32

Triadic Colors of #9cad7f

#9cad7f #7f9cad #ad7f9c

Analogous Colors of #9cad7f

#9cad7f #85ad7f #ada77f

Monochromatic Colors of #9cad7f

#9cad7f

Complementary Color

#9cad7f #907fad

#9cad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cad7f Color CSS Codes

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

#9cad7f Text Font Color

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

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


#9cad7f Background Color

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

This div background color is #9cad7f


#9cad7f Border Color

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

This div border color is #9cad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cad7f


Comments

No comments written yet.

Please login to write comment.