Color Hex Logo

#9daa69 Color Hex

#9DAA69
(157,170,105)
0 Favorites   0 Comments

Color spaces of #9daa69

RGB 157170105
HSL0.200.280.54
HSV72°38°67°
CMYK 0.080.000.38   0.33
XYZ30.829236.937518.8694
Yxy36.93750.35580.4264
Hunter Lab60.7762-15.812924.1354
CIE-Lab67.2301-15.210031.9948

#9daa69 color RGB value is (157,170,105).

#9daa69 hex color red value is 157, green value is 170 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #9daa69 hue: 0.20 , saturation: 0.28 and the lightness value of 9daa69 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 01101001
Octal 235 252 151
Decimal 157 170 105
Hex 9D AA 69

RGB Percentages of Color #9daa69

%36.34
%39.35
%24.31

CMYK Percentages of Color #9daa69

%8
%0
%38
%33

Triadic Colors of #9daa69

#9daa69 #699daa #aa699d

Analogous Colors of #9daa69

#9daa69 #7daa69 #aa9769

Monochromatic Colors of #9daa69

#9daa69

Complementary Color

#9daa69 #7669aa

#9daa69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daa69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daa69 Color CSS Codes

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

#9daa69 Text Font Color

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

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


#9daa69 Background Color

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

This div background color is #9daa69


#9daa69 Border Color

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

This div border color is #9daa69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daa69


Comments

No comments written yet.

Please login to write comment.