Color Hex Logo

#56eaba Color Hex

#56EABA
(86,234,186)
0 Favorites   0 Comments

Color spaces of #56eaba

RGB 86234186
HSL0.450.780.63
HSV161°63°92°
CMYK 0.630.000.21   0.08
XYZ42.123564.369256.6587
Yxy64.36920.25820.3945
Hunter Lab80.2304-46.685114.2907
CIE-Lab84.1576-50.503011.8191

#56eaba color RGB value is (86,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101010 10111010
Octal 126 352 272
Decimal 86 234 186
Hex 56 EA BA

RGB Percentages of Color #56eaba

%17.00
%46.25
%36.76

CMYK Percentages of Color #56eaba

%63
%0
%21
%8

Triadic Colors of #56eaba

#56eaba #ba56ea #eaba56

Analogous Colors of #56eaba

#56eaba #56d0ea #56ea70

Monochromatic Colors of #56eaba

#56eaba

Complementary Color

#56eaba #ea5686

#56eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#56eaba Color CSS Codes

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

#56eaba Text Font Color

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

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


#56eaba Background Color

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

This div background color is #56eaba


#56eaba Border Color

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

This div border color is #56eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56eaba


Comments

No comments written yet.

Please login to write comment.