Color Hex Logo

#9dac2b Color Hex

#9DAC2B
(157,172,43)
0 Favorites   0 Comments

Color spaces of #9dac2b

RGB 15717243
HSL0.190.600.42
HSV67°75°67°
CMYK 0.090.000.75   0.33
XYZ29.093236.84767.8644
Yxy36.84760.39420.4993
Hunter Lab60.7022-20.677934.8101
CIE-Lab67.1625-21.492060.0926

#9dac2b color RGB value is (157,172,43).

#9dac2b hex color red value is 157, green value is 172 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9dac2b hue: 0.19 , saturation: 0.60 and the lightness value of 9dac2b is 0.42.

The process color (four color CMYK) of #9dac2b color hex is 0.09, 0.00, 0.75, 0.33. Web safe color of #9dac2b is #999933. Color #9dac2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 00101011
Octal 235 254 53
Decimal 157 172 43
Hex 9D AC 2B

RGB Percentages of Color #9dac2b

%42.20
%46.24
%11.56

CMYK Percentages of Color #9dac2b

%9
%0
%75
%33

Triadic Colors of #9dac2b

#9dac2b #2b9dac #ac2b9d

Analogous Colors of #9dac2b

#9dac2b #5dac2b #ac7b2b

Monochromatic Colors of #9dac2b

#9dac2b

Complementary Color

#9dac2b #3a2bac

#9dac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dac2b Color CSS Codes

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

#9dac2b Text Font Color

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

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


#9dac2b Background Color

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

This div background color is #9dac2b


#9dac2b Border Color

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

This div border color is #9dac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dac2b


Comments

No comments written yet.

Please login to write comment.