Color Hex Logo

#56faab Color Hex

#56FAAB
(86,250,171)
0 Favorites   0 Comments

Color spaces of #56faab

RGB 86250171
HSL0.420.940.66
HSV151°66°98°
CMYK 0.660.000.32   0.02
XYZ45.374073.289950.2830
Yxy73.28990.26860.4338
Hunter Lab85.6095-55.209725.1025
CIE-Lab88.5858-60.026325.7295

#56faab color RGB value is (86,250,171).

#56faab hex color red value is 86, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #56faab hue: 0.42 , saturation: 0.94 and the lightness value of 56faab is 0.66.

The process color (four color CMYK) of #56faab color hex is 0.66, 0.00, 0.32, 0.02. Web safe color of #56faab is #66ff99. Color #56faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11111010 10101011
Octal 126 372 253
Decimal 86 250 171
Hex 56 FA AB

RGB Percentages of Color #56faab

%16.96
%49.31
%33.73

CMYK Percentages of Color #56faab

%66
%0
%32
%2

Triadic Colors of #56faab

#56faab #ab56fa #faab56

Analogous Colors of #56faab

#56faab #56f7fa #56fa59

Monochromatic Colors of #56faab

#56faab

Complementary Color

#56faab #fa56a5

#56faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#56faab Color CSS Codes

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

#56faab Text Font Color

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

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


#56faab Background Color

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

This div background color is #56faab


#56faab Border Color

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

This div border color is #56faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56faab


Comments

No comments written yet.

Please login to write comment.