Color Hex Logo

#56bcdf Color Hex

#56BCDF
(86,188,223)
0 Favorites   0 Comments

Color spaces of #56bcdf

RGB 86188223
HSL0.540.680.61
HSV195°61°87°
CMYK 0.610.160.00   0.13
XYZ35.140343.272676.3124
Yxy43.27260.22710.2797
Hunter Lab65.7819-19.7647-22.7339
CIE-Lab71.7396-19.3274-26.3788

#56bcdf color RGB value is (86,188,223).

#56bcdf hex color red value is 86, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #56bcdf hue: 0.54 , saturation: 0.68 and the lightness value of 56bcdf is 0.61.

The process color (four color CMYK) of #56bcdf color hex is 0.61, 0.16, 0.00, 0.13. Web safe color of #56bcdf is #66cccc. Color #56bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111100 11011111
Octal 126 274 337
Decimal 86 188 223
Hex 56 BC DF

RGB Percentages of Color #56bcdf

%17.30
%37.83
%44.87

CMYK Percentages of Color #56bcdf

%61
%16
%0
%13

Triadic Colors of #56bcdf

#56bcdf #df56bc #bcdf56

Analogous Colors of #56bcdf

#56bcdf #5678df #56dfbe

Monochromatic Colors of #56bcdf

#56bcdf

Complementary Color

#56bcdf #df7956

#56bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bcdf Color CSS Codes

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

#56bcdf Text Font Color

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

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


#56bcdf Background Color

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

This div background color is #56bcdf


#56bcdf Border Color

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

This div border color is #56bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bcdf


Comments

No comments written yet.

Please login to write comment.