Color Hex Logo

#9c991f Color Hex

#9C991F
(156,153,31)
0 Favorites   0 Comments

Color spaces of #9c991f

RGB 15615331
HSL0.160.670.37
HSV59°80°61°
CMYK 0.000.020.80   0.39
XYZ25.348929.94935.7411
Yxy29.94930.41530.4907
Hunter Lab54.7260-13.089732.0883
CIE-Lab61.6105-12.685258.8145

#9c991f color RGB value is (156,153,31).

#9c991f hex color red value is 156, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9c991f hue: 0.16 , saturation: 0.67 and the lightness value of 9c991f is 0.37.

The process color (four color CMYK) of #9c991f color hex is 0.00, 0.02, 0.80, 0.39. Web safe color of #9c991f is #999933. Color #9c991f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011001 00011111
Octal 234 231 37
Decimal 156 153 31
Hex 9C 99 1F

RGB Percentages of Color #9c991f

%45.88
%45.00
%9.12

CMYK Percentages of Color #9c991f

%0
%2
%80
%39

Triadic Colors of #9c991f

#9c991f #1f9c99 #991f9c

Analogous Colors of #9c991f

#9c991f #619c1f #9c5b1f

Monochromatic Colors of #9c991f

#9c991f

Complementary Color

#9c991f #1f229c

#9c991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c991f Color CSS Codes

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

#9c991f Text Font Color

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

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


#9c991f Background Color

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

This div background color is #9c991f


#9c991f Border Color

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

This div border color is #9c991f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,153,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c991f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c991f;
  -webkit-box-shadow: 1px 1px 3px 2px #9c991f;
  box-shadow:         1px 1px 3px 2px #9c991f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,153,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c991f


Comments

No comments written yet.

Please login to write comment.