Color Hex Logo

#568afd Color Hex

#568AFD
(86,138,253)
0 Favorites   0 Comments

Color spaces of #568afd

RGB 86138253
HSL0.610.980.66
HSV221°66°99°
CMYK 0.660.450.00   0.01
XYZ30.655927.247296.5720
Yxy27.24720.19850.1764
Hunter Lab52.198913.4834-73.1520
CIE-Lab59.202418.7471-62.4995

#568afd color RGB value is (86,138,253).

#568afd hex color red value is 86, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #568afd hue: 0.61 , saturation: 0.98 and the lightness value of 568afd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001010 11111101
Octal 126 212 375
Decimal 86 138 253
Hex 56 8A FD

RGB Percentages of Color #568afd

%18.03
%28.93
%53.04

CMYK Percentages of Color #568afd

%66
%45
%0
%1

Triadic Colors of #568afd

#568afd #fd568a #8afd56

Analogous Colors of #568afd

#568afd #7656fd #56defd

Monochromatic Colors of #568afd

#568afd

Complementary Color

#568afd #fdc956

#568afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#568afd Color CSS Codes

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

#568afd Text Font Color

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

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


#568afd Background Color

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

This div background color is #568afd


#568afd Border Color

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

This div border color is #568afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,138,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568afd


Comments

No comments written yet.

Please login to write comment.