Color Hex Logo

#56efff Color Hex

#56EFFF
(86,239,255)
0 Favorites   0 Comments

Color spaces of #56efff

RGB 86239255
HSL0.521.000.67
HSV186°66°100°
CMYK 0.660.060.00   0.00
XYZ52.754370.9314105.5184
Yxy70.93140.23020.3095
Hunter Lab84.2208-35.5774-15.3286
CIE-Lab87.4517-35.0057-19.5534

#56efff color RGB value is (86,239,255).

#56efff hex color red value is 86, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #56efff hue: 0.52 , saturation: 1.00 and the lightness value of 56efff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101111 11111111
Octal 126 357 377
Decimal 86 239 255
Hex 56 EF FF

RGB Percentages of Color #56efff

%14.83
%41.21
%43.97

CMYK Percentages of Color #56efff

%66
%6
%0
%0

Triadic Colors of #56efff

#56efff #ff56ef #efff56

Analogous Colors of #56efff

#56efff #569bff #56ffbb

Monochromatic Colors of #56efff

#56efff

Complementary Color

#56efff #ff6656

#56efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#56efff Color CSS Codes

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

#56efff Text Font Color

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

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


#56efff Background Color

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

This div background color is #56efff


#56efff Border Color

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

This div border color is #56efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56efff

Related Colors


Comments

No comments written yet.

Please login to write comment.