Color Hex Logo

#999808 Color Hex

#999808
(153,152,8)
0 Favorites   0 Comments

Color spaces of #999808

RGB 1531528
HSL0.170.900.32
HSV60°95°60°
CMYK 0.000.010.95   0.40
XYZ24.408929.24634.5883
Yxy29.24630.41910.5021
Hunter Lab54.0798-14.073932.8255
CIE-Lab60.9984-14.075463.1583

#999808 color RGB value is (153,152,8).

#999808 hex color red value is 153, green value is 152 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #999808 hue: 0.17 , saturation: 0.90 and the lightness value of 999808 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011000 00001000
Octal 231 230 10
Decimal 153 152 8
Hex 99 98 8

RGB Percentages of Color #999808

%48.88
%48.56
%2.56

CMYK Percentages of Color #999808

%0
%1
%95
%40

Triadic Colors of #999808

#999808 #089998 #980899

Analogous Colors of #999808

#999808 #529908 #995008

Monochromatic Colors of #999808

#999808

Complementary Color

#999808 #080999

#999808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999808 Color CSS Codes

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

#999808 Text Font Color

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

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


#999808 Background Color

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

This div background color is #999808


#999808 Border Color

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

This div border color is #999808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999808


Comments

No comments written yet.

Please login to write comment.