Color Hex Logo

#56dae5 Color Hex

#56DAE5
(86,218,229)
0 Favorites   0 Comments

Color spaces of #56dae5

RGB 86218229
HSL0.510.730.62
HSV185°62°90°
CMYK 0.620.050.00   0.10
XYZ43.052057.778483.0120
Yxy57.77840.23420.3143
Hunter Lab76.0121-31.9217-11.5415
CIE-Lab80.6154-32.4543-16.1294

#56dae5 color RGB value is (86,218,229).

#56dae5 hex color red value is 86, green value is 218 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #56dae5 hue: 0.51 , saturation: 0.73 and the lightness value of 56dae5 is 0.62.

The process color (four color CMYK) of #56dae5 color hex is 0.62, 0.05, 0.00, 0.10. Web safe color of #56dae5 is #66cccc. Color #56dae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011010 11100101
Octal 126 332 345
Decimal 86 218 229
Hex 56 DA E5

RGB Percentages of Color #56dae5

%16.14
%40.90
%42.96

CMYK Percentages of Color #56dae5

%62
%5
%0
%10

Triadic Colors of #56dae5

#56dae5 #e556da #dae556

Analogous Colors of #56dae5

#56dae5 #5693e5 #56e5a9

Monochromatic Colors of #56dae5

#56dae5

Complementary Color

#56dae5 #e56156

#56dae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dae5 Color CSS Codes

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

#56dae5 Text Font Color

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

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


#56dae5 Background Color

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

This div background color is #56dae5


#56dae5 Border Color

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

This div border color is #56dae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dae5


Comments

No comments written yet.

Please login to write comment.