Color Hex Logo

#55adab Color Hex

#55ADAB
(85,173,171)
0 Favorites   0 Comments

Color spaces of #55adab

RGB 85173171
HSL0.500.350.51
HSV179°51°68°
CMYK 0.510.000.01   0.32
XYZ26.040634.758743.8647
Yxy34.75870.24880.3321
Hunter Lab58.9565-24.3319-2.8433
CIE-Lab65.5604-26.8095-7.0904

#55adab color RGB value is (85,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 10101011
Octal 125 255 253
Decimal 85 173 171
Hex 55 AD AB

RGB Percentages of Color #55adab

%19.81
%40.33
%39.86

CMYK Percentages of Color #55adab

%51
%0
%1
%32

Triadic Colors of #55adab

#55adab #ab55ad #adab55

Analogous Colors of #55adab

#55adab #5583ad #55ad7f

Monochromatic Colors of #55adab

#55adab

Complementary Color

#55adab #ad5557

#55adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adab Color CSS Codes

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

#55adab Text Font Color

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

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


#55adab Background Color

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

This div background color is #55adab


#55adab Border Color

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

This div border color is #55adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adab


Comments

No comments written yet.

Please login to write comment.