Color Hex Logo

#55dcbd Color Hex

#55DCBD
(85,220,189)
0 Favorites   0 Comments

Color spaces of #55dcbd

RGB 85220189
HSL0.460.660.60
HSV166°61°86°
CMYK 0.610.000.14   0.14
XYZ38.524856.791857.0756
Yxy56.79180.25280.3727
Hunter Lab75.3603-40.63007.8478
CIE-Lab80.0623-44.03154.3647

#55dcbd color RGB value is (85,220,189).

#55dcbd hex color red value is 85, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #55dcbd hue: 0.46 , saturation: 0.66 and the lightness value of 55dcbd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 10111101
Octal 125 334 275
Decimal 85 220 189
Hex 55 DC BD

RGB Percentages of Color #55dcbd

%17.21
%44.53
%38.26

CMYK Percentages of Color #55dcbd

%61
%0
%14
%14

Triadic Colors of #55dcbd

#55dcbd #bd55dc #dcbd55

Analogous Colors of #55dcbd

#55dcbd #55b8dc #55dc7a

Monochromatic Colors of #55dcbd

#55dcbd

Complementary Color

#55dcbd #dc5574

#55dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcbd Color CSS Codes

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

#55dcbd Text Font Color

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

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


#55dcbd Background Color

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

This div background color is #55dcbd


#55dcbd Border Color

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

This div border color is #55dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcbd


Comments

No comments written yet.

Please login to write comment.