Color Hex Logo

#56baea Color Hex

#56BAEA
(86,186,234)
0 Favorites   0 Comments

Color spaces of #56baea

RGB 86186234
HSL0.550.780.63
HSV199°63°92°
CMYK 0.630.210.00   0.08
XYZ36.247943.036884.2384
Yxy43.03680.22170.2632
Hunter Lab65.6024-16.1761-30.2111
CIE-Lab71.5799-14.9078-32.6032

#56baea color RGB value is (86,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111010 11101010
Octal 126 272 352
Decimal 86 186 234
Hex 56 BA EA

RGB Percentages of Color #56baea

%17.00
%36.76
%46.25

CMYK Percentages of Color #56baea

%63
%21
%0
%8

Triadic Colors of #56baea

#56baea #ea56ba #baea56

Analogous Colors of #56baea

#56baea #5670ea #56ead0

Monochromatic Colors of #56baea

#56baea

Complementary Color

#56baea #ea8656

#56baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56baea Color CSS Codes

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

#56baea Text Font Color

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

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


#56baea Background Color

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

This div background color is #56baea


#56baea Border Color

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

This div border color is #56baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56baea


Comments

No comments written yet.

Please login to write comment.