Color Hex Logo

#9dad3f Color Hex

#9DAD3F
(157,173,63)
0 Favorites   0 Comments

Color spaces of #9dad3f

RGB 15717363
HSL0.190.470.46
HSV69°64°68°
CMYK 0.090.000.64   0.32
XYZ29.745437.414110.3565
Yxy37.41410.38370.4827
Hunter Lab61.1671-20.238232.7783
CIE-Lab67.5866-20.820252.8196

#9dad3f color RGB value is (157,173,63).

#9dad3f hex color red value is 157, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9dad3f hue: 0.19 , saturation: 0.47 and the lightness value of 9dad3f is 0.46.

The process color (four color CMYK) of #9dad3f color hex is 0.09, 0.00, 0.64, 0.32. Web safe color of #9dad3f is #999933. Color #9dad3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 00111111
Octal 235 255 77
Decimal 157 173 63
Hex 9D AD 3F

RGB Percentages of Color #9dad3f

%39.95
%44.02
%16.03

CMYK Percentages of Color #9dad3f

%9
%0
%64
%32

Triadic Colors of #9dad3f

#9dad3f #3f9dad #ad3f9d

Analogous Colors of #9dad3f

#9dad3f #66ad3f #ad863f

Monochromatic Colors of #9dad3f

#9dad3f

Complementary Color

#9dad3f #4f3fad

#9dad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dad3f Color CSS Codes

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

#9dad3f Text Font Color

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

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


#9dad3f Background Color

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

This div background color is #9dad3f


#9dad3f Border Color

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

This div border color is #9dad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dad3f


Comments

No comments written yet.

Please login to write comment.