Color Hex Logo

#966008 Color Hex

#966008
(150,96,8)
0 Favorites   0 Comments

Color spaces of #966008

RGB 150968
HSL0.100.900.31
HSV37°95°59°
CMYK 0.000.360.95   0.41
XYZ16.804414.86732.2137
Yxy14.86730.49590.4388
Hunter Lab38.558110.317123.5867
CIE-Lab45.451915.749451.3654

#966008 color RGB value is (150,96,8).

#966008 hex color red value is 150, green value is 96 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #966008 hue: 0.10 , saturation: 0.90 and the lightness value of 966008 is 0.31.

The process color (four color CMYK) of #966008 color hex is 0.00, 0.36, 0.95, 0.41. Web safe color of #966008 is #996600. Color #966008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 00001000
Octal 226 140 10
Decimal 150 96 8
Hex 96 60 8

RGB Percentages of Color #966008

%59.06
%37.80
%3.15

CMYK Percentages of Color #966008

%0
%36
%95
%41

Triadic Colors of #966008

#966008 #089660 #600896

Analogous Colors of #966008

#966008 #859608 #961908

Monochromatic Colors of #966008

#966008

Complementary Color

#966008 #083e96

#966008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966008 Color CSS Codes

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

#966008 Text Font Color

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

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


#966008 Background Color

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

This div background color is #966008


#966008 Border Color

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

This div border color is #966008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966008


Comments

No comments written yet.

Please login to write comment.