Color Hex Logo

#56cbdb Color Hex

#56CBDB
(86,203,219)
0 Favorites   0 Comments

Color spaces of #56cbdb

RGB 86203219
HSL0.520.650.60
HSV187°61°86°
CMYK 0.610.070.00   0.14
XYZ37.979949.804874.6294
Yxy49.80480.23380.3067
Hunter Lab70.5725-27.4388-13.2975
CIE-Lab75.9493-28.0557-17.8050

#56cbdb color RGB value is (86,203,219).

#56cbdb hex color red value is 86, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #56cbdb hue: 0.52 , saturation: 0.65 and the lightness value of 56cbdb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001011 11011011
Octal 126 313 333
Decimal 86 203 219
Hex 56 CB DB

RGB Percentages of Color #56cbdb

%16.93
%39.96
%43.11

CMYK Percentages of Color #56cbdb

%61
%7
%0
%14

Triadic Colors of #56cbdb

#56cbdb #db56cb #cbdb56

Analogous Colors of #56cbdb

#56cbdb #5689db #56dba9

Monochromatic Colors of #56cbdb

#56cbdb

Complementary Color

#56cbdb #db6656

#56cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56cbdb Color CSS Codes

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

#56cbdb Text Font Color

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

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


#56cbdb Background Color

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

This div background color is #56cbdb


#56cbdb Border Color

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

This div border color is #56cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56cbdb


Comments

No comments written yet.

Please login to write comment.