Color Hex Logo

#686f0b Color Hex

#686F0B
(104,111,11)
0 Favorites   0 Comments

Color spaces of #686f0b

RGB 10411111
HSL0.180.820.24
HSV64°90°44°
CMYK 0.060.000.90   0.56
XYZ11.453814.33612.4801
Yxy14.33610.40520.5071
Hunter Lab37.8630-12.263022.6205
CIE-Lab44.7111-14.718147.9809

#686f0b color RGB value is (104,111,11).

#686f0b hex color red value is 104, green value is 111 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #686f0b hue: 0.18 , saturation: 0.82 and the lightness value of 686f0b is 0.24.

The process color (four color CMYK) of #686f0b color hex is 0.06, 0.00, 0.90, 0.56. Web safe color of #686f0b is #666600. Color #686f0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101111 00001011
Octal 150 157 13
Decimal 104 111 11
Hex 68 6F B

RGB Percentages of Color #686f0b

%46.02
%49.12
%4.87

CMYK Percentages of Color #686f0b

%6
%0
%90
%56

Triadic Colors of #686f0b

#686f0b #0b686f #6f0b68

Analogous Colors of #686f0b

#686f0b #366f0b #6f440b

Monochromatic Colors of #686f0b

#686f0b

Complementary Color

#686f0b #120b6f

#686f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#686f0b Color CSS Codes

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

#686f0b Text Font Color

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

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


#686f0b Background Color

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

This div background color is #686f0b


#686f0b Border Color

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

This div border color is #686f0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686f0b


Comments

No comments written yet.

Please login to write comment.