Color Hex Logo

#56ebaa Color Hex

#56EBAA
(86,235,170)
0 Favorites   0 Comments

Color spaces of #56ebaa

RGB 86235170
HSL0.430.790.63
HSV154°63°92°
CMYK 0.630.000.28   0.08
XYZ40.801864.297448.2904
Yxy64.29740.26600.4192
Hunter Lab80.1857-49.496720.4236
CIE-Lab84.1204-54.371920.1001

#56ebaa color RGB value is (86,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101011 10101010
Octal 126 353 252
Decimal 86 235 170
Hex 56 EB AA

RGB Percentages of Color #56ebaa

%17.52
%47.86
%34.62

CMYK Percentages of Color #56ebaa

%63
%0
%28
%8

Triadic Colors of #56ebaa

#56ebaa #aa56eb #ebaa56

Analogous Colors of #56ebaa

#56ebaa #56e2eb #56eb60

Monochromatic Colors of #56ebaa

#56ebaa

Complementary Color

#56ebaa #eb5697

#56ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ebaa Color CSS Codes

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

#56ebaa Text Font Color

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

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


#56ebaa Background Color

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

This div background color is #56ebaa


#56ebaa Border Color

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

This div border color is #56ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ebaa


Comments

No comments written yet.

Please login to write comment.