Color Hex Logo

#998708 Color Hex

#998708
(153,135,8)
0 Favorites   0 Comments

Color spaces of #998708

RGB 1531358
HSL0.150.900.32
HSV53°95°60°
CMYK 0.000.120.95   0.40
XYZ21.844724.11783.7336
Yxy24.11780.43960.4853
Hunter Lab49.1099-6.543229.8694
CIE-Lab56.2055-4.959859.5164

#998708 color RGB value is (153,135,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000111 00001000
Octal 231 207 10
Decimal 153 135 8
Hex 99 87 8

RGB Percentages of Color #998708

%51.69
%45.61
%2.70

CMYK Percentages of Color #998708

%0
%12
%95
%40

Triadic Colors of #998708

#998708 #089987 #870899

Analogous Colors of #998708

#998708 #639908 #993e08

Monochromatic Colors of #998708

#998708

Complementary Color

#998708 #081a99

#998708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998708 Color CSS Codes

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

#998708 Text Font Color

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

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


#998708 Background Color

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

This div background color is #998708


#998708 Border Color

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

This div border color is #998708


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,135,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 #998708">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998708


Comments

No comments written yet.

Please login to write comment.