Color Hex Logo

#56bcea Color Hex

#56BCEA
(86,188,234)
0 Favorites   0 Comments

Color spaces of #56bcea

RGB 86188234
HSL0.550.780.63
HSV199°63°92°
CMYK 0.630.200.00   0.08
XYZ36.672343.885484.3798
Yxy43.88540.22230.2661
Hunter Lab66.2461-17.1171-29.1474
CIE-Lab72.1518-15.9632-31.7199

#56bcea color RGB value is (86,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111100 11101010
Octal 126 274 352
Decimal 86 188 234
Hex 56 BC EA

RGB Percentages of Color #56bcea

%16.93
%37.01
%46.06

CMYK Percentages of Color #56bcea

%63
%20
%0
%8

Triadic Colors of #56bcea

#56bcea #ea56bc #bcea56

Analogous Colors of #56bcea

#56bcea #5672ea #56eace

Monochromatic Colors of #56bcea

#56bcea

Complementary Color

#56bcea #ea8456

#56bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bcea Color CSS Codes

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

#56bcea Text Font Color

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

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


#56bcea Background Color

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

This div background color is #56bcea


#56bcea Border Color

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

This div border color is #56bcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,188,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 #56bcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bcea


Comments

No comments written yet.

Please login to write comment.