Color Hex Logo

#56bdaa Color Hex

#56BDAA
(86,189,170)
0 Favorites   0 Comments

Color spaces of #56bdaa

RGB 86189170
HSL0.470.440.54
HSV169°54°74°
CMYK 0.540.000.10   0.26
XYZ29.291041.275944.4535
Yxy41.27590.25470.3589
Hunter Lab64.2463-31.04993.9483
CIE-Lab70.3688-34.55010.5420

#56bdaa color RGB value is (86,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111101 10101010
Octal 126 275 252
Decimal 86 189 170
Hex 56 BD AA

RGB Percentages of Color #56bdaa

%19.33
%42.47
%38.20

CMYK Percentages of Color #56bdaa

%54
%0
%10
%26

Triadic Colors of #56bdaa

#56bdaa #aa56bd #bdaa56

Analogous Colors of #56bdaa

#56bdaa #569dbd #56bd77

Monochromatic Colors of #56bdaa

#56bdaa

Complementary Color

#56bdaa #bd5669

#56bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bdaa Color CSS Codes

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

#56bdaa Text Font Color

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

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


#56bdaa Background Color

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

This div background color is #56bdaa


#56bdaa Border Color

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

This div border color is #56bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bdaa


Comments

No comments written yet.

Please login to write comment.