Color Hex Logo

#56bddd Color Hex

#56BDDD
(86,189,221)
0 Favorites   0 Comments

Color spaces of #56bddd

RGB 86189221
HSL0.540.670.60
HSV194°61°87°
CMYK 0.610.140.00   0.13
XYZ35.086543.594174.9719
Yxy43.59410.22830.2837
Hunter Lab66.0258-20.6893-21.1053
CIE-Lab71.9564-20.4449-24.9587

#56bddd color RGB value is (86,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111101 11011101
Octal 126 275 335
Decimal 86 189 221
Hex 56 BD DD

RGB Percentages of Color #56bddd

%17.34
%38.10
%44.56

CMYK Percentages of Color #56bddd

%61
%14
%0
%13

Triadic Colors of #56bddd

#56bddd #dd56bd #bddd56

Analogous Colors of #56bddd

#56bddd #567add #56ddba

Monochromatic Colors of #56bddd

#56bddd

Complementary Color

#56bddd #dd7656

#56bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bddd Color CSS Codes

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

#56bddd Text Font Color

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

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


#56bddd Background Color

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

This div background color is #56bddd


#56bddd Border Color

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

This div border color is #56bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bddd


Comments

No comments written yet.

Please login to write comment.