Color Hex Logo

#56ccde Color Hex

#56CCDE
(86,204,222)
0 Favorites   0 Comments

Color spaces of #56ccde

RGB 86204222
HSL0.520.670.60
HSV188°61°87°
CMYK 0.610.080.00   0.13
XYZ38.615450.438176.8075
Yxy50.43810.23280.3041
Hunter Lab71.0198-27.2293-14.4080
CIE-Lab76.3374-27.6858-18.8350

#56ccde color RGB value is (86,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001100 11011110
Octal 126 314 336
Decimal 86 204 222
Hex 56 CC DE

RGB Percentages of Color #56ccde

%16.80
%39.84
%43.36

CMYK Percentages of Color #56ccde

%61
%8
%0
%13

Triadic Colors of #56ccde

#56ccde #de56cc #ccde56

Analogous Colors of #56ccde

#56ccde #5688de #56deac

Monochromatic Colors of #56ccde

#56ccde

Complementary Color

#56ccde #de6856

#56ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ccde Color CSS Codes

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

#56ccde Text Font Color

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

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


#56ccde Background Color

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

This div background color is #56ccde


#56ccde Border Color

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

This div border color is #56ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ccde


Comments

No comments written yet.

Please login to write comment.