Color Hex Logo

#55dfbd Color Hex

#55DFBD
(85,223,189)
0 Favorites   0 Comments

Color spaces of #55dfbd

RGB 85223189
HSL0.460.680.60
HSV165°62°87°
CMYK 0.620.000.15   0.13
XYZ39.319358.380857.3404
Yxy58.38080.25360.3766
Hunter Lab76.4073-41.85658.9905
CIE-Lab80.9500-45.33135.6462

#55dfbd color RGB value is (85,223,189).

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

The process color (four color CMYK) of #55dfbd color hex is 0.62, 0.00, 0.15, 0.13. Web safe color of #55dfbd is #66cccc. Color #55dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011111 10111101
Octal 125 337 275
Decimal 85 223 189
Hex 55 DF BD

RGB Percentages of Color #55dfbd

%17.10
%44.87
%38.03

CMYK Percentages of Color #55dfbd

%62
%0
%15
%13

Triadic Colors of #55dfbd

#55dfbd #bd55df #dfbd55

Analogous Colors of #55dfbd

#55dfbd #55bcdf #55df78

Monochromatic Colors of #55dfbd

#55dfbd

Complementary Color

#55dfbd #df5577

#55dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dfbd Color CSS Codes

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

#55dfbd Text Font Color

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

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


#55dfbd Background Color

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

This div background color is #55dfbd


#55dfbd Border Color

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

This div border color is #55dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dfbd


Comments

No comments written yet.

Please login to write comment.