Color Hex Logo

#568efe Color Hex

#568EFE
(86,142,254)
0 Favorites   0 Comments

Color spaces of #568efe

RGB 86142254
HSL0.610.990.67
HSV220°66°100°
CMYK 0.660.440.00   0.00
XYZ31.400128.480297.6082
Yxy28.48020.19940.1808
Hunter Lab53.366811.6342-71.0849
CIE-Lab60.320116.6821-61.2573

#568efe color RGB value is (86,142,254).

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

The process color (four color CMYK) of #568efe color hex is 0.66, 0.44, 0.00, 0.00. Web safe color of #568efe is #6699ff. Color #568efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 11111110
Octal 126 216 376
Decimal 86 142 254
Hex 56 8E FE

RGB Percentages of Color #568efe

%17.84
%29.46
%52.70

CMYK Percentages of Color #568efe

%66
%44
%0
%0

Triadic Colors of #568efe

#568efe #fe568e #8efe56

Analogous Colors of #568efe

#568efe #7256fe #56e2fe

Monochromatic Colors of #568efe

#568efe

Complementary Color

#568efe #fec656

#568efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#568efe Color CSS Codes

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

#568efe Text Font Color

<p style="color:#568efe">Text here</p>

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


#568efe Background Color

<div style="background-color:#568efe">
Div content here</div>

This div background color is #568efe


#568efe Border Color

<div style="border:3px solid #568efe">
Div here</div>

This div border color is #568efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568efe


Comments

No comments written yet.

Please login to write comment.