Color Hex Logo

#666002 Color Hex

#666002
(102,96,2)
0 Favorites   0 Comments

Color spaces of #666002

RGB 102962
HSL0.160.960.20
HSV56°98°40°
CMYK 0.000.060.98   0.60
XYZ9.673311.19491.7084
Yxy11.19490.42850.4959
Hunter Lab33.4588-6.946620.3938
CIE-Lab39.9068-7.534046.3216

#666002 color RGB value is (102,96,2).

#666002 hex color red value is 102, green value is 96 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #666002 hue: 0.16 , saturation: 0.96 and the lightness value of 666002 is 0.20.

The process color (four color CMYK) of #666002 color hex is 0.00, 0.06, 0.98, 0.60. Web safe color of #666002 is #666600. Color #666002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100000 00000010
Octal 146 140 2
Decimal 102 96 2
Hex 66 60 2

RGB Percentages of Color #666002

%51.00
%48.00
%1.00

CMYK Percentages of Color #666002

%0
%6
%98
%60

Triadic Colors of #666002

#666002 #026660 #600266

Analogous Colors of #666002

#666002 #3a6602 #662e02

Monochromatic Colors of #666002

#666002

Complementary Color

#666002 #020866

#666002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666002 Color CSS Codes

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

#666002 Text Font Color

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

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


#666002 Background Color

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

This div background color is #666002


#666002 Border Color

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

This div border color is #666002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666002


Comments

No comments written yet.

Please login to write comment.