Color Hex Logo

#56edfb Color Hex

#56EDFB
(86,237,251)
0 Favorites   0 Comments

Color spaces of #56edfb

RGB 86237251
HSL0.510.950.66
HSV185°66°98°
CMYK 0.660.060.00   0.02
XYZ51.534569.5118101.9678
Yxy69.51180.23110.3117
Hunter Lab83.3737-35.5706-14.1513
CIE-Lab86.7569-35.2026-18.5060

#56edfb color RGB value is (86,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101101 11111011
Octal 126 355 373
Decimal 86 237 251
Hex 56 ED FB

RGB Percentages of Color #56edfb

%14.98
%41.29
%43.73

CMYK Percentages of Color #56edfb

%66
%6
%0
%2

Triadic Colors of #56edfb

#56edfb #fb56ed #edfb56

Analogous Colors of #56edfb

#56edfb #569bfb #56fbb7

Monochromatic Colors of #56edfb

#56edfb

Complementary Color

#56edfb #fb6456

#56edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56edfb Color CSS Codes

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

#56edfb Text Font Color

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

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


#56edfb Background Color

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

This div background color is #56edfb


#56edfb Border Color

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

This div border color is #56edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56edfb


Comments

No comments written yet.

Please login to write comment.