Color Hex Logo

#56bccf Color Hex

#56BCCF
(86,188,207)
0 Favorites   0 Comments

Color spaces of #56bccf

RGB 86188207
HSL0.530.560.57
HSV189°58°81°
CMYK 0.580.090.00   0.19
XYZ33.083542.449965.4814
Yxy42.44990.23460.3010
Hunter Lab65.1536-23.3806-13.9808
CIE-Lab71.1800-24.0581-18.5066

#56bccf color RGB value is (86,188,207).

#56bccf hex color red value is 86, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #56bccf hue: 0.53 , saturation: 0.56 and the lightness value of 56bccf is 0.57.

The process color (four color CMYK) of #56bccf color hex is 0.58, 0.09, 0.00, 0.19. Web safe color of #56bccf is #66cccc. Color #56bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111100 11001111
Octal 126 274 317
Decimal 86 188 207
Hex 56 BC CF

RGB Percentages of Color #56bccf

%17.88
%39.09
%43.04

CMYK Percentages of Color #56bccf

%58
%9
%0
%19

Triadic Colors of #56bccf

#56bccf #cf56bc #bccf56

Analogous Colors of #56bccf

#56bccf #5680cf #56cfa6

Monochromatic Colors of #56bccf

#56bccf

Complementary Color

#56bccf #cf6956

#56bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bccf Color CSS Codes

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

#56bccf Text Font Color

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

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


#56bccf Background Color

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

This div background color is #56bccf


#56bccf Border Color

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

This div border color is #56bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bccf


Comments

No comments written yet.

Please login to write comment.