Color Hex Logo

#56afde Color Hex

#56AFDE
(86,175,222)
0 Favorites   0 Comments

Color spaces of #56afde

RGB 86175222
HSL0.560.670.60
HSV201°61°87°
CMYK 0.610.210.00   0.13
XYZ32.352537.912374.7199
Yxy37.91230.22310.2615
Hunter Lab61.5730-13.9628-28.8484
CIE-Lab67.9559-12.7710-31.6579

#56afde color RGB value is (86,175,222).

#56afde hex color red value is 86, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #56afde hue: 0.56 , saturation: 0.67 and the lightness value of 56afde is 0.60.

The process color (four color CMYK) of #56afde color hex is 0.61, 0.21, 0.00, 0.13. Web safe color of #56afde is #6699cc. Color #56afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101111 11011110
Octal 126 257 336
Decimal 86 175 222
Hex 56 AF DE

RGB Percentages of Color #56afde

%17.81
%36.23
%45.96

CMYK Percentages of Color #56afde

%61
%21
%0
%13

Triadic Colors of #56afde

#56afde #de56af #afde56

Analogous Colors of #56afde

#56afde #566bde #56dec9

Monochromatic Colors of #56afde

#56afde

Complementary Color

#56afde #de8556

#56afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#56afde Color CSS Codes

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

#56afde Text Font Color

<p style="color:#56afde">Text here</p>

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


#56afde Background Color

<div style="background-color:#56afde">
Div content here</div>

This div background color is #56afde


#56afde Border Color

<div style="border:3px solid #56afde">
Div here</div>

This div border color is #56afde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,175,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56afde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56afde;
  -webkit-box-shadow: 1px 1px 3px 2px #56afde;
  box-shadow:         1px 1px 3px 2px #56afde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56afde


Comments

No comments written yet.

Please login to write comment.