Color Hex Logo

#9daa74 Color Hex

#9DAA74
(157,170,116)
0 Favorites   0 Comments

Color spaces of #9daa74

RGB 157170116
HSL0.210.240.56
HSV74°32°67°
CMYK 0.080.000.32   0.33
XYZ31.431737.178522.0425
Yxy37.17850.34670.4101
Hunter Lab60.9742-14.689521.2483
CIE-Lab67.4107-13.765026.3768

#9daa74 color RGB value is (157,170,116).

#9daa74 hex color red value is 157, green value is 170 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #9daa74 hue: 0.21 , saturation: 0.24 and the lightness value of 9daa74 is 0.56.

The process color (four color CMYK) of #9daa74 color hex is 0.08, 0.00, 0.32, 0.33. Web safe color of #9daa74 is #999966. Color #9daa74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 01110100
Octal 235 252 164
Decimal 157 170 116
Hex 9D AA 74

RGB Percentages of Color #9daa74

%35.44
%38.37
%26.19

CMYK Percentages of Color #9daa74

%8
%0
%32
%33

Triadic Colors of #9daa74

#9daa74 #749daa #aa749d

Analogous Colors of #9daa74

#9daa74 #82aa74 #aa9c74

Monochromatic Colors of #9daa74

#9daa74

Complementary Color

#9daa74 #8174aa

#9daa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daa74 Color CSS Codes

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

#9daa74 Text Font Color

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

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


#9daa74 Background Color

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

This div background color is #9daa74


#9daa74 Border Color

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

This div border color is #9daa74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,170,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9daa74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9daa74;
  -webkit-box-shadow: 1px 1px 3px 2px #9daa74;
  box-shadow:         1px 1px 3px 2px #9daa74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,170,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daa74


Comments

No comments written yet.

Please login to write comment.