Color Hex Logo

#56efef Color Hex

#56EFEF
(86,239,239)
0 Favorites   0 Comments

Color spaces of #56efef

RGB 86239239
HSL0.500.830.64
HSV180°64°94°
CMYK 0.640.000.00   0.06
XYZ50.284269.943492.5115
Yxy69.94340.23640.3288
Hunter Lab83.6322-39.0324-7.0424
CIE-Lab86.9691-39.4417-11.8941

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

#56efef hex color red value is 86, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #56efef hue: 0.50 , saturation: 0.83 and the lightness value of 56efef is 0.64.

The process color (four color CMYK) of #56efef color hex is 0.64, 0.00, 0.00, 0.06. Web safe color of #56efef is #66ffff. Color #56efef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101111 11101111
Octal 126 357 357
Decimal 86 239 239
Hex 56 EF EF

RGB Percentages of Color #56efef

%15.25
%42.38
%42.38

CMYK Percentages of Color #56efef

%64
%0
%0
%6

Triadic Colors of #56efef

#56efef #ef56ef #efef56

Analogous Colors of #56efef

#56efef #56a3ef #56efa3

Monochromatic Colors of #56efef

#56efef

Complementary Color

#56efef #ef5656

#56efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#56efef Color CSS Codes

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

#56efef Text Font Color

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

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


#56efef Background Color

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

This div background color is #56efef


#56efef Border Color

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

This div border color is #56efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56efef


Comments

No comments written yet.

Please login to write comment.