Color Hex Logo

#999715 Color Hex

#999715
(153,151,21)
0 Favorites   0 Comments

Color spaces of #999715

RGB 15315121
HSL0.160.760.34
HSV59°86°60°
CMYK 0.000.010.86   0.40
XYZ24.338828.95975.0164
Yxy28.95970.41740.4966
Hunter Lab53.8142-13.443932.1431
CIE-Lab60.7460-13.292360.6227

#999715 color RGB value is (153,151,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 00010101
Octal 231 227 25
Decimal 153 151 21
Hex 99 97 15

RGB Percentages of Color #999715

%47.08
%46.46
%6.46

CMYK Percentages of Color #999715

%0
%1
%86
%40

Triadic Colors of #999715

#999715 #159997 #971599

Analogous Colors of #999715

#999715 #599915 #995515

Monochromatic Colors of #999715

#999715

Complementary Color

#999715 #151799

#999715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999715 Color CSS Codes

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

#999715 Text Font Color

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

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


#999715 Background Color

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

This div background color is #999715


#999715 Border Color

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

This div border color is #999715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999715


Comments

No comments written yet.

Please login to write comment.