Color Hex Logo

#566aef Color Hex

#566AEF
(86,106,239)
0 Favorites   0 Comments

Color spaces of #566aef

RGB 86106239
HSL0.640.830.64
HSV232°64°94°
CMYK 0.640.560.00   0.06
XYZ24.571818.518583.9407
Yxy18.51850.19340.1458
Hunter Lab43.033126.6150-85.5283
CIE-Lab50.119033.5237-69.3882

#566aef color RGB value is (86,106,239).

#566aef hex color red value is 86, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #566aef hue: 0.64 , saturation: 0.83 and the lightness value of 566aef is 0.64.

The process color (four color CMYK) of #566aef color hex is 0.64, 0.56, 0.00, 0.06. Web safe color of #566aef is #6666ff. Color #566aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 11101111
Octal 126 152 357
Decimal 86 106 239
Hex 56 6A EF

RGB Percentages of Color #566aef

%19.95
%24.59
%55.45

CMYK Percentages of Color #566aef

%64
%56
%0
%6

Triadic Colors of #566aef

#566aef #ef566a #6aef56

Analogous Colors of #566aef

#566aef #8f56ef #56b7ef

Monochromatic Colors of #566aef

#566aef

Complementary Color

#566aef #efdb56

#566aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#566aef Color CSS Codes

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

#566aef Text Font Color

<p style="color:#566aef">Text here</p>

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


#566aef Background Color

<div style="background-color:#566aef">
Div content here</div>

This div background color is #566aef


#566aef Border Color

<div style="border:3px solid #566aef">
Div here</div>

This div border color is #566aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,106,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566aef;
  -webkit-box-shadow: 1px 1px 3px 2px #566aef;
  box-shadow:         1px 1px 3px 2px #566aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566aef


Comments

No comments written yet.

Please login to write comment.