Color Hex Logo

#55d1ce Color Hex

#55D1CE
(85,209,206)
0 Favorites   0 Comments

Color spaces of #55d1ce

RGB 85209206
HSL0.500.570.58
HSV179°59°82°
CMYK 0.590.000.01   0.18
XYZ37.687451.988566.4410
Yxy51.98850.24140.3330
Hunter Lab72.1031-32.8805-4.1620
CIE-Lab77.2740-34.7133-8.8204

#55d1ce color RGB value is (85,209,206).

#55d1ce hex color red value is 85, green value is 209 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #55d1ce hue: 0.50 , saturation: 0.57 and the lightness value of 55d1ce is 0.58.

The process color (four color CMYK) of #55d1ce color hex is 0.59, 0.00, 0.01, 0.18. Web safe color of #55d1ce is #66cccc. Color #55d1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010001 11001110
Octal 125 321 316
Decimal 85 209 206
Hex 55 D1 CE

RGB Percentages of Color #55d1ce

%17.00
%41.80
%41.20

CMYK Percentages of Color #55d1ce

%59
%0
%1
%18

Triadic Colors of #55d1ce

#55d1ce #ce55d1 #d1ce55

Analogous Colors of #55d1ce

#55d1ce #5596d1 #55d190

Monochromatic Colors of #55d1ce

#55d1ce

Complementary Color

#55d1ce #d15558

#55d1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d1ce Color CSS Codes

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

#55d1ce Text Font Color

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

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


#55d1ce Background Color

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

This div background color is #55d1ce


#55d1ce Border Color

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

This div border color is #55d1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d1ce


Comments

No comments written yet.

Please login to write comment.