Color Hex Logo

#9d960b Color Hex

#9D960B
(157,150,11)
0 Favorites   0 Comments

Color spaces of #9d960b

RGB 15715011
HSL0.160.870.33
HSV57°93°62°
CMYK 0.000.040.93   0.38
XYZ24.871429.00504.6043
Yxy29.00500.42530.4960
Hunter Lab53.8563-11.815332.6306
CIE-Lab60.7860-11.165462.7114

#9d960b color RGB value is (157,150,11).

#9d960b hex color red value is 157, green value is 150 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9d960b hue: 0.16 , saturation: 0.87 and the lightness value of 9d960b is 0.33.

The process color (four color CMYK) of #9d960b color hex is 0.00, 0.04, 0.93, 0.38. Web safe color of #9d960b is #999900. Color #9d960b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010110 00001011
Octal 235 226 13
Decimal 157 150 11
Hex 9D 96 B

RGB Percentages of Color #9d960b

%49.37
%47.17
%3.46

CMYK Percentages of Color #9d960b

%0
%4
%93
%38

Triadic Colors of #9d960b

#9d960b #0b9d96 #960b9d

Analogous Colors of #9d960b

#9d960b #5b9d0b #9d4d0b

Monochromatic Colors of #9d960b

#9d960b

Complementary Color

#9d960b #0b129d

#9d960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d960b Color CSS Codes

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

#9d960b Text Font Color

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

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


#9d960b Background Color

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

This div background color is #9d960b


#9d960b Border Color

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

This div border color is #9d960b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d960b


Comments

No comments written yet.

Please login to write comment.