Color Hex Logo

#56baed Color Hex

#56BAED
(86,186,237)
0 Favorites   0 Comments

Color spaces of #56baed

RGB 86186237
HSL0.560.810.63
HSV200°64°93°
CMYK 0.640.220.00   0.07
XYZ36.682743.210786.5279
Yxy43.21070.22040.2596
Hunter Lab65.7348-15.4258-32.0300
CIE-Lab71.6977-13.9715-34.0486

#56baed color RGB value is (86,186,237).

#56baed hex color red value is 86, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #56baed hue: 0.56 , saturation: 0.81 and the lightness value of 56baed is 0.63.

The process color (four color CMYK) of #56baed color hex is 0.64, 0.22, 0.00, 0.07. Web safe color of #56baed is #66ccff. Color #56baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111010 11101101
Octal 126 272 355
Decimal 86 186 237
Hex 56 BA ED

RGB Percentages of Color #56baed

%16.90
%36.54
%46.56

CMYK Percentages of Color #56baed

%64
%22
%0
%7

Triadic Colors of #56baed

#56baed #ed56ba #baed56

Analogous Colors of #56baed

#56baed #566fed #56edd5

Monochromatic Colors of #56baed

#56baed

Complementary Color

#56baed #ed8956

#56baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#56baed Color CSS Codes

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

#56baed Text Font Color

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

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


#56baed Background Color

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

This div background color is #56baed


#56baed Border Color

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

This div border color is #56baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56baed


Comments

No comments written yet.

Please login to write comment.