Color Hex Logo

#686fec Color Hex

#686FEC
(104,111,236)
0 Favorites   0 Comments

Color spaces of #686fec

RGB 104111236
HSL0.660.780.67
HSV237°56°93°
CMYK 0.560.530.00   0.07
XYZ26.533720.368181.8898
Yxy20.36810.20600.1581
Hunter Lab45.131025.9655-75.9894
CIE-Lab52.250932.5960-64.2068

#686fec color RGB value is (104,111,236).

#686fec hex color red value is 104, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #686fec hue: 0.66 , saturation: 0.78 and the lightness value of 686fec is 0.67.

The process color (four color CMYK) of #686fec color hex is 0.56, 0.53, 0.00, 0.07. Web safe color of #686fec is #6666ff. Color #686fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101111 11101100
Octal 150 157 354
Decimal 104 111 236
Hex 68 6F EC

RGB Percentages of Color #686fec

%23.06
%24.61
%52.33

CMYK Percentages of Color #686fec

%56
%53
%0
%7

Triadic Colors of #686fec

#686fec #ec686f #6fec68

Analogous Colors of #686fec

#686fec #a368ec #68b1ec

Monochromatic Colors of #686fec

#686fec

Complementary Color

#686fec #ece568

#686fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#686fec Color CSS Codes

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

#686fec Text Font Color

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

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


#686fec Background Color

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

This div background color is #686fec


#686fec Border Color

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

This div border color is #686fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686fec


Comments

No comments written yet.

Please login to write comment.