Color Hex Logo

#966602 Color Hex

#966602
(150,102,2)
0 Favorites   0 Comments

Color spaces of #966602

RGB 1501022
HSL0.110.970.30
HSV41°99°59°
CMYK 0.000.320.99   0.41
XYZ17.340015.99122.2301
Yxy15.99120.48760.4497
Hunter Lab39.98907.420324.6858
CIE-Lab46.962912.186753.8361

#966602 color RGB value is (150,102,2).

#966602 hex color red value is 150, green value is 102 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #966602 hue: 0.11 , saturation: 0.97 and the lightness value of 966602 is 0.30.

The process color (four color CMYK) of #966602 color hex is 0.00, 0.32, 0.99, 0.41. Web safe color of #966602 is #996600. Color #966602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100110 00000010
Octal 226 146 2
Decimal 150 102 2
Hex 96 66 2

RGB Percentages of Color #966602

%59.06
%40.16
%0.79

CMYK Percentages of Color #966602

%0
%32
%99
%41

Triadic Colors of #966602

#966602 #029666 #660296

Analogous Colors of #966602

#966602 #7c9602 #961c02

Monochromatic Colors of #966602

#966602

Complementary Color

#966602 #023296

#966602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966602 Color CSS Codes

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

#966602 Text Font Color

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

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


#966602 Background Color

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

This div background color is #966602


#966602 Border Color

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

This div border color is #966602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966602


Comments

No comments written yet.

Please login to write comment.