Color Hex Logo

#682602 Color Hex

#682602
(104,38,2)
0 Favorites   0 Comments

Color spaces of #682602

RGB 104382
HSL0.060.960.21
HSV21°98°41°
CMYK 0.000.630.98   0.59
XYZ6.41304.33370.5559
Yxy4.33370.56740.3834
Hunter Lab20.817518.557612.9890
CIE-Lab24.745327.926734.7130

#682602 color RGB value is (104,38,2).

#682602 hex color red value is 104, green value is 38 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #682602 hue: 0.06 , saturation: 0.96 and the lightness value of 682602 is 0.21.

The process color (four color CMYK) of #682602 color hex is 0.00, 0.63, 0.98, 0.59. Web safe color of #682602 is #663300. Color #682602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100110 00000010
Octal 150 46 2
Decimal 104 38 2
Hex 68 26 2

RGB Percentages of Color #682602

%72.22
%26.39
%1.39

CMYK Percentages of Color #682602

%0
%63
%98
%59

Triadic Colors of #682602

#682602 #026826 #260268

Analogous Colors of #682602

#682602 #685902 #680211

Monochromatic Colors of #682602

#682602

Complementary Color

#682602 #024468

#682602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682602 Color CSS Codes

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

#682602 Text Font Color

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

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


#682602 Background Color

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

This div background color is #682602


#682602 Border Color

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

This div border color is #682602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682602


Comments

No comments written yet.

Please login to write comment.