Color Hex Logo

#56effc Color Hex

#56EFFC
(86,239,252)
0 Favorites   0 Comments

Color spaces of #56effc

RGB 86239252
HSL0.510.970.66
HSV185°66°99°
CMYK 0.660.050.00   0.01
XYZ52.274970.7397102.9944
Yxy70.73970.23130.3130
Hunter Lab84.1069-36.2441-13.7297
CIE-Lab87.3584-35.8521-18.1234

#56effc color RGB value is (86,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101111 11111100
Octal 126 357 374
Decimal 86 239 252
Hex 56 EF FC

RGB Percentages of Color #56effc

%14.90
%41.42
%43.67

CMYK Percentages of Color #56effc

%66
%5
%0
%1

Triadic Colors of #56effc

#56effc #fc56ef #effc56

Analogous Colors of #56effc

#56effc #569cfc #56fcb6

Monochromatic Colors of #56effc

#56effc

Complementary Color

#56effc #fc6356

#56effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56effc Color CSS Codes

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

#56effc Text Font Color

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

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


#56effc Background Color

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

This div background color is #56effc


#56effc Border Color

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

This div border color is #56effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56effc


Comments

No comments written yet.

Please login to write comment.