Color Hex Logo

#56cadb Color Hex

#56CADB
(86,202,219)
0 Favorites   0 Comments

Color spaces of #56cadb

RGB 86202219
HSL0.520.650.60
HSV188°61°86°
CMYK 0.610.080.00   0.14
XYZ37.744549.334074.5509
Yxy49.33400.23350.3052
Hunter Lab70.2382-26.9947-13.7638
CIE-Lab75.6586-27.5653-18.2443

#56cadb color RGB value is (86,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001010 11011011
Octal 126 312 333
Decimal 86 202 219
Hex 56 CA DB

RGB Percentages of Color #56cadb

%16.96
%39.84
%43.20

CMYK Percentages of Color #56cadb

%61
%8
%0
%14

Triadic Colors of #56cadb

#56cadb #db56ca #cadb56

Analogous Colors of #56cadb

#56cadb #5688db #56dbaa

Monochromatic Colors of #56cadb

#56cadb

Complementary Color

#56cadb #db6756

#56cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56cadb Color CSS Codes

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

#56cadb Text Font Color

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

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


#56cadb Background Color

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

This div background color is #56cadb


#56cadb Border Color

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

This div border color is #56cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56cadb


Comments

No comments written yet.

Please login to write comment.