Color Hex Logo

#9da45e Color Hex

#9DA45E
(157,164,94)
0 Favorites   0 Comments

Color spaces of #9da45e

RGB 15716494
HSL0.180.280.51
HSV66°43°64°
CMYK 0.040.000.43   0.36
XYZ29.200534.527215.7151
Yxy34.52720.36760.4346
Hunter Lab58.7599-14.124825.2750
CIE-Lab65.3789-13.390135.3987

#9da45e color RGB value is (157,164,94).

#9da45e hex color red value is 157, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9da45e hue: 0.18 , saturation: 0.28 and the lightness value of 9da45e is 0.51.

The process color (four color CMYK) of #9da45e color hex is 0.04, 0.00, 0.43, 0.36. Web safe color of #9da45e is #999966. Color #9da45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100100 01011110
Octal 235 244 136
Decimal 157 164 94
Hex 9D A4 5E

RGB Percentages of Color #9da45e

%37.83
%39.52
%22.65

CMYK Percentages of Color #9da45e

%4
%0
%43
%36

Triadic Colors of #9da45e

#9da45e #5e9da4 #a45e9d

Analogous Colors of #9da45e

#9da45e #7aa45e #a4885e

Monochromatic Colors of #9da45e

#9da45e

Complementary Color

#9da45e #655ea4

#9da45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da45e Color CSS Codes

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

#9da45e Text Font Color

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

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


#9da45e Background Color

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

This div background color is #9da45e


#9da45e Border Color

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

This div border color is #9da45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da45e


Comments

No comments written yet.

Please login to write comment.