Color Hex Logo

#56afdc Color Hex

#56AFDC
(86,175,220)
0 Favorites   0 Comments

Color spaces of #56afdc

RGB 86175220
HSL0.560.660.60
HSV200°61°86°
CMYK 0.610.200.00   0.14
XYZ32.086037.805773.3163
Yxy37.80570.22410.2640
Hunter Lab61.4863-14.4527-27.6569
CIE-Lab67.8772-13.3927-30.6821

#56afdc color RGB value is (86,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101111 11011100
Octal 126 257 334
Decimal 86 175 220
Hex 56 AF DC

RGB Percentages of Color #56afdc

%17.88
%36.38
%45.74

CMYK Percentages of Color #56afdc

%61
%20
%0
%14

Triadic Colors of #56afdc

#56afdc #dc56af #afdc56

Analogous Colors of #56afdc

#56afdc #566cdc #56dcc6

Monochromatic Colors of #56afdc

#56afdc

Complementary Color

#56afdc #dc8356

#56afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56afdc Color CSS Codes

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

#56afdc Text Font Color

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

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


#56afdc Background Color

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

This div background color is #56afdc


#56afdc Border Color

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

This div border color is #56afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56afdc


Comments

No comments written yet.

Please login to write comment.