Color Hex Logo

#56eabf Color Hex

#56EABF
(86,234,191)
0 Favorites   0 Comments

Color spaces of #56eabf

RGB 86234191
HSL0.450.780.63
HSV163°63°92°
CMYK 0.630.000.18   0.08
XYZ42.664564.585759.5078
Yxy64.58570.25580.3873
Hunter Lab80.3652-45.876612.3534
CIE-Lab84.2698-49.36149.3601

#56eabf color RGB value is (86,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101010 10111111
Octal 126 352 277
Decimal 86 234 191
Hex 56 EA BF

RGB Percentages of Color #56eabf

%16.83
%45.79
%37.38

CMYK Percentages of Color #56eabf

%63
%0
%18
%8

Triadic Colors of #56eabf

#56eabf #bf56ea #eabf56

Analogous Colors of #56eabf

#56eabf #56cbea #56ea75

Monochromatic Colors of #56eabf

#56eabf

Complementary Color

#56eabf #ea5681

#56eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#56eabf Color CSS Codes

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

#56eabf Text Font Color

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

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


#56eabf Background Color

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

This div background color is #56eabf


#56eabf Border Color

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

This div border color is #56eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56eabf


Comments

No comments written yet.

Please login to write comment.