Color Hex Logo

#686cfe Color Hex

#686CFE
(104,108,254)
0 Favorites   0 Comments

Color spaces of #686cfe

RGB 104108254
HSL0.660.990.70
HSV238°59°100°
CMYK 0.590.570.00   0.00
XYZ28.960920.823996.2589
Yxy20.82390.19830.1426
Hunter Lab45.633233.4261-93.1233
CIE-Lab52.756240.0927-73.4057

#686cfe color RGB value is (104,108,254).

#686cfe hex color red value is 104, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #686cfe hue: 0.66 , saturation: 0.99 and the lightness value of 686cfe is 0.70.

The process color (four color CMYK) of #686cfe color hex is 0.59, 0.57, 0.00, 0.00. Web safe color of #686cfe is #6666ff. Color #686cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 11111110
Octal 150 154 376
Decimal 104 108 254
Hex 68 6C FE

RGB Percentages of Color #686cfe

%22.32
%23.18
%54.51

CMYK Percentages of Color #686cfe

%59
%57
%0
%0

Triadic Colors of #686cfe

#686cfe #fe686c #6cfe68

Analogous Colors of #686cfe

#686cfe #af68fe #68b7fe

Monochromatic Colors of #686cfe

#686cfe

Complementary Color

#686cfe #fefa68

#686cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cfe Color CSS Codes

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

#686cfe Text Font Color

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

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


#686cfe Background Color

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

This div background color is #686cfe


#686cfe Border Color

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

This div border color is #686cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cfe


Comments

No comments written yet.

Please login to write comment.