Color Hex Logo

#966a04 Color Hex

#966A04
(150,106,4)
0 Favorites   0 Comments

Color spaces of #966a04

RGB 1501064
HSL0.120.950.30
HSV42°97°59°
CMYK 0.000.290.97   0.41
XYZ17.753616.80092.4220
Yxy16.80090.48010.4544
Hunter Lab40.98895.583525.1888
CIE-Lab48.00829.918354.1117

#966a04 color RGB value is (150,106,4).

#966a04 hex color red value is 150, green value is 106 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #966a04 hue: 0.12 , saturation: 0.95 and the lightness value of 966a04 is 0.30.

The process color (four color CMYK) of #966a04 color hex is 0.00, 0.29, 0.97, 0.41. Web safe color of #966a04 is #996600. Color #966a04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 00000100
Octal 226 152 4
Decimal 150 106 4
Hex 96 6A 4

RGB Percentages of Color #966a04

%57.69
%40.77
%1.54

CMYK Percentages of Color #966a04

%0
%29
%97
%41

Triadic Colors of #966a04

#966a04 #04966a #6a0496

Analogous Colors of #966a04

#966a04 #799604 #962104

Monochromatic Colors of #966a04

#966a04

Complementary Color

#966a04 #043096

#966a04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966a04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966a04 Color CSS Codes

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

#966a04 Text Font Color

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

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


#966a04 Background Color

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

This div background color is #966a04


#966a04 Border Color

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

This div border color is #966a04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966a04


Comments

No comments written yet.

Please login to write comment.