Color Hex Logo

#5677fc Color Hex

#5677FC
(86,119,252)
2 Favorites   0 Comments

Color spaces of #5677fc

RGB 86119252
HSL0.630.970.66
HSV228°66°99°
CMYK 0.660.530.00   0.01
XYZ28.005322.200494.9045
Yxy22.20040.19300.1530
Hunter Lab47.117323.6405-86.4409
CIE-Lab54.239029.9594-69.9447

#5677fc color RGB value is (86,119,252).

#5677fc hex color red value is 86, green value is 119 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5677fc hue: 0.63 , saturation: 0.97 and the lightness value of 5677fc is 0.66.

The process color (four color CMYK) of #5677fc color hex is 0.66, 0.53, 0.00, 0.01. Web safe color of #5677fc is #6666ff. Color #5677fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110111 11111100
Octal 126 167 374
Decimal 86 119 252
Hex 56 77 FC

RGB Percentages of Color #5677fc

%18.82
%26.04
%55.14

CMYK Percentages of Color #5677fc

%66
%53
%0
%1

Triadic Colors of #5677fc

#5677fc #fc5677 #77fc56

Analogous Colors of #5677fc

#5677fc #8856fc #56cafc

Monochromatic Colors of #5677fc

#5677fc

Complementary Color

#5677fc #fcdb56

#5677fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5677fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5677fc Color CSS Codes

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

#5677fc Text Font Color

<p style="color:#5677fc">Text here</p>

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


#5677fc Background Color

<div style="background-color:#5677fc">
Div content here</div>

This div background color is #5677fc


#5677fc Border Color

<div style="border:3px solid #5677fc">
Div here</div>

This div border color is #5677fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,119,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5677fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5677fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5677fc;
  box-shadow:         1px 1px 3px 2px #5677fc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5677fc

Related Colors

#5677fc Color Palettes


Comments

No comments written yet.

Please login to write comment.