Color Hex Logo

#686cfc Color Hex

#686CFC
(104,108,252)
0 Favorites   0 Comments

Color spaces of #686cfc

RGB 104108252
HSL0.660.960.70
HSV238°59°99°
CMYK 0.590.570.00   0.01
XYZ28.642220.696594.5807
Yxy20.69650.19900.1438
Hunter Lab45.493432.7684-91.4184
CIE-Lab52.615739.4596-72.5259

#686cfc color RGB value is (104,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 11111100
Octal 150 154 374
Decimal 104 108 252
Hex 68 6C FC

RGB Percentages of Color #686cfc

%22.41
%23.28
%54.31

CMYK Percentages of Color #686cfc

%59
%57
%0
%1

Triadic Colors of #686cfc

#686cfc #fc686c #6cfc68

Analogous Colors of #686cfc

#686cfc #ae68fc #68b6fc

Monochromatic Colors of #686cfc

#686cfc

Complementary Color

#686cfc #fcf868

#686cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cfc Color CSS Codes

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

#686cfc Text Font Color

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

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


#686cfc Background Color

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

This div background color is #686cfc


#686cfc Border Color

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

This div border color is #686cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cfc


Comments

No comments written yet.

Please login to write comment.