Color Hex Logo

#56dceb Color Hex

#56DCEB
(86,220,235)
0 Favorites   0 Comments

Color spaces of #56dceb

RGB 86220235
HSL0.520.790.63
HSV186°63°92°
CMYK 0.630.060.00   0.08
XYZ44.426359.163087.6753
Yxy59.16300.23230.3093
Hunter Lab76.9175-31.5069-13.7402
CIE-Lab81.3811-31.7114-18.1684

#56dceb color RGB value is (86,220,235).

#56dceb hex color red value is 86, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #56dceb hue: 0.52 , saturation: 0.79 and the lightness value of 56dceb is 0.63.

The process color (four color CMYK) of #56dceb color hex is 0.63, 0.06, 0.00, 0.08. Web safe color of #56dceb is #66ccff. Color #56dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011100 11101011
Octal 126 334 353
Decimal 86 220 235
Hex 56 DC EB

RGB Percentages of Color #56dceb

%15.90
%40.67
%43.44

CMYK Percentages of Color #56dceb

%63
%6
%0
%8

Triadic Colors of #56dceb

#56dceb #eb56dc #dceb56

Analogous Colors of #56dceb

#56dceb #5692eb #56ebb0

Monochromatic Colors of #56dceb

#56dceb

Complementary Color

#56dceb #eb6556

#56dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dceb Color CSS Codes

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

#56dceb Text Font Color

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

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


#56dceb Background Color

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

This div background color is #56dceb


#56dceb Border Color

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

This div border color is #56dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dceb


Comments

No comments written yet.

Please login to write comment.