Color Hex Logo

#55d6dd Color Hex

#55D6DD
(85,214,221)
0 Favorites   0 Comments

Color spaces of #55d6dd

RGB 85214221
HSL0.510.670.60
HSV183°62°87°
CMYK 0.620.030.00   0.13
XYZ40.844055.244976.9172
Yxy55.24490.23610.3193
Hunter Lab74.3269-31.9831-9.3274
CIE-Lab79.1821-32.9563-14.0150

#55d6dd color RGB value is (85,214,221).

#55d6dd hex color red value is 85, green value is 214 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #55d6dd hue: 0.51 , saturation: 0.67 and the lightness value of 55d6dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010110 11011101
Octal 125 326 335
Decimal 85 214 221
Hex 55 D6 DD

RGB Percentages of Color #55d6dd

%16.35
%41.15
%42.50

CMYK Percentages of Color #55d6dd

%62
%3
%0
%13

Triadic Colors of #55d6dd

#55d6dd #dd55d6 #d6dd55

Analogous Colors of #55d6dd

#55d6dd #5592dd #55dda0

Monochromatic Colors of #55d6dd

#55d6dd

Complementary Color

#55d6dd #dd5c55

#55d6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d6dd Color CSS Codes

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

#55d6dd Text Font Color

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

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


#55d6dd Background Color

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

This div background color is #55d6dd


#55d6dd Border Color

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

This div border color is #55d6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d6dd


Comments

No comments written yet.

Please login to write comment.