Color Hex Logo

#686918 Color Hex

#686918
(104,105,24)
0 Favorites   0 Comments

Color spaces of #686918

RGB 10410524
HSL0.170.630.25
HSV61°77°41°
CMYK 0.010.000.77   0.59
XYZ10.925413.11222.8192
Yxy13.11220.40680.4882
Hunter Lab36.2108-9.512420.7315
CIE-Lab42.9318-10.906442.4388

#686918 color RGB value is (104,105,24).

#686918 hex color red value is 104, green value is 105 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #686918 hue: 0.17 , saturation: 0.63 and the lightness value of 686918 is 0.25.

The process color (four color CMYK) of #686918 color hex is 0.01, 0.00, 0.77, 0.59. Web safe color of #686918 is #666600. Color #686918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101001 00011000
Octal 150 151 30
Decimal 104 105 24
Hex 68 69 18

RGB Percentages of Color #686918

%44.64
%45.06
%10.30

CMYK Percentages of Color #686918

%1
%0
%77
%59

Triadic Colors of #686918

#686918 #186869 #691868

Analogous Colors of #686918

#686918 #3f6918 #694218

Monochromatic Colors of #686918

#686918

Complementary Color

#686918 #191869

#686918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686918 Color CSS Codes

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

#686918 Text Font Color

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

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


#686918 Background Color

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

This div background color is #686918


#686918 Border Color

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

This div border color is #686918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686918


Comments

No comments written yet.

Please login to write comment.