Color Hex Logo

#686dac Color Hex

#686DAC
(104,109,172)
0 Favorites   0 Comments

Color spaces of #686dac

RGB 104109172
HSL0.650.290.54
HSV236°40°67°
CMYK 0.400.370.00   0.33
XYZ18.624016.858941.3022
Yxy16.85890.24250.2196
Hunter Lab41.05969.1106-30.8986
CIE-Lab48.081814.1977-34.2917

#686dac color RGB value is (104,109,172).

#686dac hex color red value is 104, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #686dac hue: 0.65 , saturation: 0.29 and the lightness value of 686dac is 0.54.

The process color (four color CMYK) of #686dac color hex is 0.40, 0.37, 0.00, 0.33. Web safe color of #686dac is #666699. Color #686dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101101 10101100
Octal 150 155 254
Decimal 104 109 172
Hex 68 6D AC

RGB Percentages of Color #686dac

%27.01
%28.31
%44.68

CMYK Percentages of Color #686dac

%40
%37
%0
%33

Triadic Colors of #686dac

#686dac #ac686d #6dac68

Analogous Colors of #686dac

#686dac #8568ac #688fac

Monochromatic Colors of #686dac

#686dac

Complementary Color

#686dac #aca768

#686dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#686dac Color CSS Codes

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

#686dac Text Font Color

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

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


#686dac Background Color

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

This div background color is #686dac


#686dac Border Color

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

This div border color is #686dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686dac


Comments

No comments written yet.

Please login to write comment.