Color Hex Logo

#56eab6 Color Hex

#56EAB6
(86,234,182)
0 Favorites   0 Comments

Color spaces of #56eab6

RGB 86234182
HSL0.440.780.63
HSV159°63°92°
CMYK 0.630.000.22   0.08
XYZ41.704164.201554.4501
Yxy64.20150.26010.4004
Hunter Lab80.1258-47.314115.7971
CIE-Lab84.0706-51.397113.7870

#56eab6 color RGB value is (86,234,182).

#56eab6 hex color red value is 86, green value is 234 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #56eab6 hue: 0.44 , saturation: 0.78 and the lightness value of 56eab6 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101010 10110110
Octal 126 352 266
Decimal 86 234 182
Hex 56 EA B6

RGB Percentages of Color #56eab6

%17.13
%46.61
%36.25

CMYK Percentages of Color #56eab6

%63
%0
%22
%8

Triadic Colors of #56eab6

#56eab6 #b656ea #eab656

Analogous Colors of #56eab6

#56eab6 #56d4ea #56ea6c

Monochromatic Colors of #56eab6

#56eab6

Complementary Color

#56eab6 #ea568a

#56eab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56eab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56eab6 Color CSS Codes

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

#56eab6 Text Font Color

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

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


#56eab6 Background Color

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

This div background color is #56eab6


#56eab6 Border Color

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

This div border color is #56eab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56eab6


Comments

No comments written yet.

Please login to write comment.