Color Hex Logo

#5668fe Color Hex

#5668FE
(86,104,254)
0 Favorites   0 Comments

Color spaces of #5668fe

RGB 86104254
HSL0.650.990.67
HSV234°66°100°
CMYK 0.660.590.00   0.00
XYZ26.677519.034896.0340
Yxy19.03480.18820.1343
Hunter Lab43.628932.7958-99.9663
CIE-Lab50.727939.7498-76.7532

#5668fe color RGB value is (86,104,254).

#5668fe hex color red value is 86, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5668fe hue: 0.65 , saturation: 0.99 and the lightness value of 5668fe is 0.67.

The process color (four color CMYK) of #5668fe color hex is 0.66, 0.59, 0.00, 0.00. Web safe color of #5668fe is #6666ff. Color #5668fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101000 11111110
Octal 126 150 376
Decimal 86 104 254
Hex 56 68 FE

RGB Percentages of Color #5668fe

%19.37
%23.42
%57.21

CMYK Percentages of Color #5668fe

%66
%59
%0
%0

Triadic Colors of #5668fe

#5668fe #fe5668 #68fe56

Analogous Colors of #5668fe

#5668fe #9856fe #56bcfe

Monochromatic Colors of #5668fe

#5668fe

Complementary Color

#5668fe #feec56

#5668fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5668fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5668fe Color CSS Codes

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

#5668fe Text Font Color

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

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


#5668fe Background Color

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

This div background color is #5668fe


#5668fe Border Color

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

This div border color is #5668fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,104,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 #5668fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5668fe

Related Colors


Comments

No comments written yet.

Please login to write comment.