Color Hex Logo

#9da076 Color Hex

#9DA076
(157,160,118)
0 Favorites   0 Comments

Color spaces of #9da076

RGB 157160118
HSL0.180.180.55
HSV64°26°63°
CMYK 0.020.000.26   0.37
XYZ29.745433.617722.0607
Yxy33.61770.34820.3935
Hunter Lab57.9808-9.892018.0277
CIE-Lab64.6580-8.197021.5983

#9da076 color RGB value is (157,160,118).

#9da076 hex color red value is 157, green value is 160 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #9da076 hue: 0.18 , saturation: 0.18 and the lightness value of 9da076 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100000 01110110
Octal 235 240 166
Decimal 157 160 118
Hex 9D A0 76

RGB Percentages of Color #9da076

%36.09
%36.78
%27.13

CMYK Percentages of Color #9da076

%2
%0
%26
%37

Triadic Colors of #9da076

#9da076 #769da0 #a0769d

Analogous Colors of #9da076

#9da076 #88a076 #a08e76

Monochromatic Colors of #9da076

#9da076

Complementary Color

#9da076 #7976a0

#9da076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da076 Color CSS Codes

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

#9da076 Text Font Color

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

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


#9da076 Background Color

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

This div background color is #9da076


#9da076 Border Color

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

This div border color is #9da076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da076


Comments

No comments written yet.

Please login to write comment.