Color Hex Logo

#55dbac Color Hex

#55DBAC
(85,219,172)
0 Favorites   0 Comments

Color spaces of #55dbac

RGB 85219172
HSL0.440.650.60
HSV159°61°86°
CMYK 0.610.000.21   0.14
XYZ36.524255.572947.8313
Yxy55.57290.26100.3972
Hunter Lab74.5472-43.002114.1412
CIE-Lab79.3701-47.567212.3949

#55dbac color RGB value is (85,219,172).

#55dbac hex color red value is 85, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55dbac hue: 0.44 , saturation: 0.65 and the lightness value of 55dbac is 0.60.

The process color (four color CMYK) of #55dbac color hex is 0.61, 0.00, 0.21, 0.14. Web safe color of #55dbac is #66cc99. Color #55dbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011011 10101100
Octal 125 333 254
Decimal 85 219 172
Hex 55 DB AC

RGB Percentages of Color #55dbac

%17.86
%46.01
%36.13

CMYK Percentages of Color #55dbac

%61
%0
%21
%14

Triadic Colors of #55dbac

#55dbac #ac55db #dbac55

Analogous Colors of #55dbac

#55dbac #55c7db #55db69

Monochromatic Colors of #55dbac

#55dbac

Complementary Color

#55dbac #db5584

#55dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dbac Color CSS Codes

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

#55dbac Text Font Color

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

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


#55dbac Background Color

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

This div background color is #55dbac


#55dbac Border Color

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

This div border color is #55dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dbac


Comments

No comments written yet.

Please login to write comment.