Color Hex Logo

#686803 Color Hex

#686803
(104,104,3)
0 Favorites   0 Comments

Color spaces of #686803

RGB 1041043
HSL0.170.940.21
HSV60°97°41°
CMYK 0.000.000.97   0.59
XYZ10.675712.85032.0038
Yxy12.85030.41820.5033
Hunter Lab35.8473-9.573721.7789
CIE-Lab42.5368-11.070148.1222

#686803 color RGB value is (104,104,3).

#686803 hex color red value is 104, green value is 104 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #686803 hue: 0.17 , saturation: 0.94 and the lightness value of 686803 is 0.21.

The process color (four color CMYK) of #686803 color hex is 0.00, 0.00, 0.97, 0.59. Web safe color of #686803 is #666600. Color #686803 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101000 00000011
Octal 150 150 3
Decimal 104 104 3
Hex 68 68 3

RGB Percentages of Color #686803

%49.29
%49.29
%1.42

CMYK Percentages of Color #686803

%0
%0
%97
%59

Triadic Colors of #686803

#686803 #036868 #680368

Analogous Colors of #686803

#686803 #366803 #683603

Monochromatic Colors of #686803

#686803

Complementary Color

#686803 #030368

#686803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686803 Color CSS Codes

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

#686803 Text Font Color

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

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


#686803 Background Color

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

This div background color is #686803


#686803 Border Color

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

This div border color is #686803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686803


Comments

No comments written yet.

Please login to write comment.