Color Hex Logo

#56dbbd Color Hex

#56DBBD
(86,219,189)
0 Favorites   0 Comments

Color spaces of #56dbbd

RGB 86219189
HSL0.460.650.60
HSV166°61°86°
CMYK 0.610.000.14   0.14
XYZ38.354656.315656.9926
Yxy56.31560.25290.3713
Hunter Lab75.0437-40.09577.5023
CIE-Lab79.7931-43.41673.9787

#56dbbd color RGB value is (86,219,189).

#56dbbd hex color red value is 86, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #56dbbd hue: 0.46 , saturation: 0.65 and the lightness value of 56dbbd is 0.60.

The process color (four color CMYK) of #56dbbd color hex is 0.61, 0.00, 0.14, 0.14. Web safe color of #56dbbd is #66cccc. Color #56dbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011011 10111101
Octal 126 333 275
Decimal 86 219 189
Hex 56 DB BD

RGB Percentages of Color #56dbbd

%17.41
%44.33
%38.26

CMYK Percentages of Color #56dbbd

%61
%0
%14
%14

Triadic Colors of #56dbbd

#56dbbd #bd56db #dbbd56

Analogous Colors of #56dbbd

#56dbbd #56b7db #56db7b

Monochromatic Colors of #56dbbd

#56dbbd

Complementary Color

#56dbbd #db5674

#56dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dbbd Color CSS Codes

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

#56dbbd Text Font Color

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

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


#56dbbd Background Color

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

This div background color is #56dbbd


#56dbbd Border Color

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

This div border color is #56dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dbbd


Comments

No comments written yet.

Please login to write comment.