Color Hex Logo

#56bbaa Color Hex

#56BBAA
(86,187,170)
0 Favorites   0 Comments

Color spaces of #56bbaa

RGB 86187170
HSL0.470.430.54
HSV170°54°73°
CMYK 0.540.000.09   0.27
XYZ28.863840.421444.3110
Yxy40.42140.25410.3558
Hunter Lab63.5778-30.22373.1819
CIE-Lab69.7686-33.6131-0.3341

#56bbaa color RGB value is (86,187,170).

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

The process color (four color CMYK) of #56bbaa color hex is 0.54, 0.00, 0.09, 0.27. Web safe color of #56bbaa is #66cc99. Color #56bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111011 10101010
Octal 126 273 252
Decimal 86 187 170
Hex 56 BB AA

RGB Percentages of Color #56bbaa

%19.41
%42.21
%38.37

CMYK Percentages of Color #56bbaa

%54
%0
%9
%27

Triadic Colors of #56bbaa

#56bbaa #aa56bb #bbaa56

Analogous Colors of #56bbaa

#56bbaa #569abb #56bb78

Monochromatic Colors of #56bbaa

#56bbaa

Complementary Color

#56bbaa #bb5667

#56bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bbaa Color CSS Codes

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

#56bbaa Text Font Color

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

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


#56bbaa Background Color

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

This div background color is #56bbaa


#56bbaa Border Color

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

This div border color is #56bbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,187,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 #56bbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bbaa


Comments

No comments written yet.

Please login to write comment.