Color Hex Logo

#56bdce Color Hex

#56BDCE
(86,189,206)
0 Favorites   0 Comments

Color spaces of #56bdce

RGB 86189206
HSL0.520.550.57
HSV189°58°81°
CMYK 0.580.080.00   0.19
XYZ33.175942.829964.9110
Yxy42.82990.23540.3039
Hunter Lab65.4446-24.0407-12.9954
CIE-Lab71.4394-24.8489-17.5678

#56bdce color RGB value is (86,189,206).

#56bdce hex color red value is 86, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #56bdce hue: 0.52 , saturation: 0.55 and the lightness value of 56bdce is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111101 11001110
Octal 126 275 316
Decimal 86 189 206
Hex 56 BD CE

RGB Percentages of Color #56bdce

%17.88
%39.29
%42.83

CMYK Percentages of Color #56bdce

%58
%8
%0
%19

Triadic Colors of #56bdce

#56bdce #ce56bd #bdce56

Analogous Colors of #56bdce

#56bdce #5681ce #56cea3

Monochromatic Colors of #56bdce

#56bdce

Complementary Color

#56bdce #ce6756

#56bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bdce Color CSS Codes

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

#56bdce Text Font Color

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

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


#56bdce Background Color

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

This div background color is #56bdce


#56bdce Border Color

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

This div border color is #56bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bdce


Comments

No comments written yet.

Please login to write comment.