Color Hex Logo

#56ebfc Color Hex

#56EBFC
(86,235,252)
0 Favorites   0 Comments

Color spaces of #56ebfc

RGB 86235252
HSL0.520.970.66
HSV186°66°99°
CMYK 0.660.070.00   0.01
XYZ51.116868.4234102.6084
Yxy68.42340.23010.3080
Hunter Lab82.7184-34.4512-15.6436
CIE-Lab86.2177-33.9833-19.8445

#56ebfc color RGB value is (86,235,252).

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

The process color (four color CMYK) of #56ebfc color hex is 0.66, 0.07, 0.00, 0.01. Web safe color of #56ebfc is #66ffff. Color #56ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101011 11111100
Octal 126 353 374
Decimal 86 235 252
Hex 56 EB FC

RGB Percentages of Color #56ebfc

%15.01
%41.01
%43.98

CMYK Percentages of Color #56ebfc

%66
%7
%0
%1

Triadic Colors of #56ebfc

#56ebfc #fc56eb #ebfc56

Analogous Colors of #56ebfc

#56ebfc #5698fc #56fcba

Monochromatic Colors of #56ebfc

#56ebfc

Complementary Color

#56ebfc #fc6756

#56ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ebfc Color CSS Codes

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

#56ebfc Text Font Color

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

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


#56ebfc Background Color

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

This div background color is #56ebfc


#56ebfc Border Color

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

This div border color is #56ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.