Color Hex Logo

#56bdbe Color Hex

#56BDBE
(86,189,190)
0 Favorites   0 Comments

Color spaces of #56bdbe

RGB 86189190
HSL0.500.440.54
HSV181°55°75°
CMYK 0.550.010.00   0.25
XYZ31.329642.091355.1884
Yxy42.09130.24360.3273
Hunter Lab64.8778-27.3382-5.0207
CIE-Lab70.9338-29.3255-9.5768

#56bdbe color RGB value is (86,189,190).

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

The process color (four color CMYK) of #56bdbe color hex is 0.55, 0.01, 0.00, 0.25. Web safe color of #56bdbe is #66cccc. Color #56bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111101 10111110
Octal 126 275 276
Decimal 86 189 190
Hex 56 BD BE

RGB Percentages of Color #56bdbe

%18.49
%40.65
%40.86

CMYK Percentages of Color #56bdbe

%55
%1
%0
%25

Triadic Colors of #56bdbe

#56bdbe #be56bd #bdbe56

Analogous Colors of #56bdbe

#56bdbe #5689be #56be8b

Monochromatic Colors of #56bdbe

#56bdbe

Complementary Color

#56bdbe #be5756

#56bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bdbe Color CSS Codes

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

#56bdbe Text Font Color

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

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


#56bdbe Background Color

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

This div background color is #56bdbe


#56bdbe Border Color

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

This div border color is #56bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bdbe


Comments

No comments written yet.

Please login to write comment.