Color Hex Logo

#56ebbc Color Hex

#56EBBC
(86,235,188)
0 Favorites   0 Comments

Color spaces of #56ebbc

RGB 86235188
HSL0.450.790.63
HSV161°63°92°
CMYK 0.630.000.20   0.08
XYZ42.623265.025957.8817
Yxy65.02590.25750.3928
Hunter Lab80.6386-46.767813.8892
CIE-Lab84.4971-50.464711.2551

#56ebbc color RGB value is (86,235,188).

#56ebbc hex color red value is 86, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #56ebbc hue: 0.45 , saturation: 0.79 and the lightness value of 56ebbc is 0.63.

The process color (four color CMYK) of #56ebbc color hex is 0.63, 0.00, 0.20, 0.08. Web safe color of #56ebbc is #66ffcc. Color #56ebbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101011 10111100
Octal 126 353 274
Decimal 86 235 188
Hex 56 EB BC

RGB Percentages of Color #56ebbc

%16.90
%46.17
%36.94

CMYK Percentages of Color #56ebbc

%63
%0
%20
%8

Triadic Colors of #56ebbc

#56ebbc #bc56eb #ebbc56

Analogous Colors of #56ebbc

#56ebbc #56d0eb #56eb72

Monochromatic Colors of #56ebbc

#56ebbc

Complementary Color

#56ebbc #eb5685

#56ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ebbc Color CSS Codes

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

#56ebbc Text Font Color

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

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


#56ebbc Background Color

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

This div background color is #56ebbc


#56ebbc Border Color

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

This div border color is #56ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ebbc


Comments

No comments written yet.

Please login to write comment.