Color Hex Logo

#56febd Color Hex

#56FEBD
(86,254,189)
0 Favorites   0 Comments

Color spaces of #56febd

RGB 86254189
HSL0.440.990.67
HSV157°66°100°
CMYK 0.660.000.26   0.00
XYZ48.464976.536260.3627
Yxy76.53620.26150.4129
Hunter Lab87.4850-54.213320.3307
CIE-Lab90.1077-57.907318.6461

#56febd color RGB value is (86,254,189).

#56febd hex color red value is 86, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #56febd hue: 0.44 , saturation: 0.99 and the lightness value of 56febd is 0.67.

The process color (four color CMYK) of #56febd color hex is 0.66, 0.00, 0.26, 0.00. Web safe color of #56febd is #66ffcc. Color #56febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11111110 10111101
Octal 126 376 275
Decimal 86 254 189
Hex 56 FE BD

RGB Percentages of Color #56febd

%16.26
%48.02
%35.73

CMYK Percentages of Color #56febd

%66
%0
%26
%0

Triadic Colors of #56febd

#56febd #bd56fe #febd56

Analogous Colors of #56febd

#56febd #56ebfe #56fe69

Monochromatic Colors of #56febd

#56febd

Complementary Color

#56febd #fe5697

#56febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56febd Color CSS Codes

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

#56febd Text Font Color

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

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


#56febd Background Color

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

This div background color is #56febd


#56febd Border Color

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

This div border color is #56febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56febd


Comments

No comments written yet.

Please login to write comment.