Color Hex Logo

#99990d Color Hex

#99990D
(153,153,13)
0 Favorites   0 Comments

Color spaces of #99990d

RGB 15315313
HSL0.170.840.33
HSV60°92°60°
CMYK 0.000.000.92   0.40
XYZ24.600729.58384.7944
Yxy29.58380.41710.5016
Hunter Lab54.3910-14.449832.8475
CIE-Lab61.2934-14.516962.6402

#99990d color RGB value is (153,153,13).

#99990d hex color red value is 153, green value is 153 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #99990d hue: 0.17 , saturation: 0.84 and the lightness value of 99990d is 0.33.

The process color (four color CMYK) of #99990d color hex is 0.00, 0.00, 0.92, 0.40. Web safe color of #99990d is #999900. Color #99990d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 00001101
Octal 231 231 15
Decimal 153 153 13
Hex 99 99 D

RGB Percentages of Color #99990d

%47.96
%47.96
%4.08

CMYK Percentages of Color #99990d

%0
%0
%92
%40

Triadic Colors of #99990d

#99990d #0d9999 #990d99

Analogous Colors of #99990d

#99990d #53990d #99530d

Monochromatic Colors of #99990d

#99990d

Complementary Color

#99990d #0d0d99

#99990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99990d Color CSS Codes

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

#99990d Text Font Color

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

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


#99990d Background Color

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

This div background color is #99990d


#99990d Border Color

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

This div border color is #99990d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99990d


Comments

No comments written yet.

Please login to write comment.