Color Hex Logo

#56bfdd Color Hex

#56BFDD
(86,191,221)
0 Favorites   0 Comments

Color spaces of #56bfdd

RGB 86191221
HSL0.540.670.60
HSV193°61°87°
CMYK 0.610.140.00   0.13
XYZ35.519744.460575.1163
Yxy44.46050.22900.2867
Hunter Lab66.6787-21.6009-20.1175
CIE-Lab72.5352-21.4699-24.0740

#56bfdd color RGB value is (86,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111111 11011101
Octal 126 277 335
Decimal 86 191 221
Hex 56 BF DD

RGB Percentages of Color #56bfdd

%17.27
%38.35
%44.38

CMYK Percentages of Color #56bfdd

%61
%14
%0
%13

Triadic Colors of #56bfdd

#56bfdd #dd56bf #bfdd56

Analogous Colors of #56bfdd

#56bfdd #567cdd #56ddb8

Monochromatic Colors of #56bfdd

#56bfdd

Complementary Color

#56bfdd #dd7456

#56bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bfdd Color CSS Codes

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

#56bfdd Text Font Color

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

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


#56bfdd Background Color

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

This div background color is #56bfdd


#56bfdd Border Color

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

This div border color is #56bfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,191,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 #56bfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bfdd


Comments

No comments written yet.

Please login to write comment.