Color Hex Logo

#56adab Color Hex

#56ADAB
(86,173,171)
0 Favorites   0 Comments

Color spaces of #56adab

RGB 86173171
HSL0.500.350.51
HSV179°50°68°
CMYK 0.500.000.01   0.32
XYZ26.132034.805843.8690
Yxy34.80580.24930.3321
Hunter Lab58.9964-24.1786-2.7898
CIE-Lab65.5972-26.5887-7.0318

#56adab color RGB value is (86,173,171).

#56adab hex color red value is 86, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #56adab hue: 0.50 , saturation: 0.35 and the lightness value of 56adab is 0.51.

The process color (four color CMYK) of #56adab color hex is 0.50, 0.00, 0.01, 0.32. Web safe color of #56adab is #669999. Color #56adab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 10101011
Octal 126 255 253
Decimal 86 173 171
Hex 56 AD AB

RGB Percentages of Color #56adab

%20.00
%40.23
%39.77

CMYK Percentages of Color #56adab

%50
%0
%1
%32

Triadic Colors of #56adab

#56adab #ab56ad #adab56

Analogous Colors of #56adab

#56adab #5684ad #56ad80

Monochromatic Colors of #56adab

#56adab

Complementary Color

#56adab #ad5658

#56adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#56adab Color CSS Codes

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

#56adab Text Font Color

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

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


#56adab Background Color

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

This div background color is #56adab


#56adab Border Color

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

This div border color is #56adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56adab


Comments

No comments written yet.

Please login to write comment.