Color Hex Logo

#466202 Color Hex

#466202
(70,98,2)
0 Favorites   0 Comments

Color spaces of #466202

RGB 70982
HSL0.220.960.20
HSV78°98°38°
CMYK 0.290.000.98   0.62
XYZ6.904410.04181.6318
Yxy10.04180.37160.5405
Hunter Lab31.6888-16.563619.1290
CIE-Lab37.9173-23.777643.6513

#466202 color RGB value is (70,98,2).

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

The process color (four color CMYK) of #466202 color hex is 0.29, 0.00, 0.98, 0.62. Web safe color of #466202 is #336600. Color #466202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 00000010
Octal 106 142 2
Decimal 70 98 2
Hex 46 62 2

RGB Percentages of Color #466202

%41.18
%57.65
%1.18

CMYK Percentages of Color #466202

%29
%0
%98
%62

Triadic Colors of #466202

#466202 #024662 #620246

Analogous Colors of #466202

#466202 #166202 #624e02

Monochromatic Colors of #466202

#466202

Complementary Color

#466202 #1e0262

#466202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466202 Color CSS Codes

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

#466202 Text Font Color

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

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


#466202 Background Color

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

This div background color is #466202


#466202 Border Color

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

This div border color is #466202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466202


Comments

No comments written yet.

Please login to write comment.