Color Hex Logo

#999716 Color Hex

#999716
(153,151,22)
0 Favorites   0 Comments

Color spaces of #999716

RGB 15315122
HSL0.160.750.34
HSV59°86°60°
CMYK 0.000.010.86   0.40
XYZ24.348328.96345.0663
Yxy28.96340.41710.4961
Hunter Lab53.8177-13.423532.0909
CIE-Lab60.7493-13.265160.3914

#999716 color RGB value is (153,151,22).

#999716 hex color red value is 153, green value is 151 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #999716 hue: 0.16 , saturation: 0.75 and the lightness value of 999716 is 0.34.

The process color (four color CMYK) of #999716 color hex is 0.00, 0.01, 0.86, 0.40. Web safe color of #999716 is #999900. Color #999716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 00010110
Octal 231 227 26
Decimal 153 151 22
Hex 99 97 16

RGB Percentages of Color #999716

%46.93
%46.32
%6.75

CMYK Percentages of Color #999716

%0
%1
%86
%40

Triadic Colors of #999716

#999716 #169997 #971699

Analogous Colors of #999716

#999716 #5a9916 #995616

Monochromatic Colors of #999716

#999716

Complementary Color

#999716 #161899

#999716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999716 Color CSS Codes

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

#999716 Text Font Color

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

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


#999716 Background Color

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

This div background color is #999716


#999716 Border Color

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

This div border color is #999716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,151,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999716;
  -webkit-box-shadow: 1px 1px 3px 2px #999716;
  box-shadow:         1px 1px 3px 2px #999716; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999716


Comments

No comments written yet.

Please login to write comment.