Color Hex Logo

#9cad47 Color Hex

#9CAD47
(156,173,71)
0 Favorites   0 Comments

Color spaces of #9cad47

RGB 15617371
HSL0.190.420.48
HSV70°59°68°
CMYK 0.100.000.59   0.32
XYZ29.791237.410011.6119
Yxy37.41000.37800.4747
Hunter Lab61.1637-20.094031.5584
CIE-Lab67.5835-20.632949.2652

#9cad47 color RGB value is (156,173,71).

#9cad47 hex color red value is 156, green value is 173 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #9cad47 hue: 0.19 , saturation: 0.42 and the lightness value of 9cad47 is 0.48.

The process color (four color CMYK) of #9cad47 color hex is 0.10, 0.00, 0.59, 0.32. Web safe color of #9cad47 is #999933. Color #9cad47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 01000111
Octal 234 255 107
Decimal 156 173 71
Hex 9C AD 47

RGB Percentages of Color #9cad47

%39.00
%43.25
%17.75

CMYK Percentages of Color #9cad47

%10
%0
%59
%32

Triadic Colors of #9cad47

#9cad47 #479cad #ad479c

Analogous Colors of #9cad47

#9cad47 #69ad47 #ad8b47

Monochromatic Colors of #9cad47

#9cad47

Complementary Color

#9cad47 #5847ad

#9cad47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cad47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cad47 Color CSS Codes

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

#9cad47 Text Font Color

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

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


#9cad47 Background Color

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

This div background color is #9cad47


#9cad47 Border Color

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

This div border color is #9cad47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cad47


Comments

No comments written yet.

Please login to write comment.