Color Hex Logo

#55dfce Color Hex

#55DFCE
(85,223,206)
0 Favorites   0 Comments

Color spaces of #55dfce

RGB 85223206
HSL0.480.680.60
HSV173°62°87°
CMYK 0.620.000.08   0.13
XYZ41.274659.162967.6367
Yxy59.16290.24560.3520
Hunter Lab76.9174-38.82071.7060
CIE-Lab81.3811-41.1132-2.7508

#55dfce color RGB value is (85,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011111 11001110
Octal 125 337 316
Decimal 85 223 206
Hex 55 DF CE

RGB Percentages of Color #55dfce

%16.54
%43.39
%40.08

CMYK Percentages of Color #55dfce

%62
%0
%8
%13

Triadic Colors of #55dfce

#55dfce #ce55df #dfce55

Analogous Colors of #55dfce

#55dfce #55abdf #55df89

Monochromatic Colors of #55dfce

#55dfce

Complementary Color

#55dfce #df5566

#55dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dfce Color CSS Codes

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

#55dfce Text Font Color

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

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


#55dfce Background Color

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

This div background color is #55dfce


#55dfce Border Color

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

This div border color is #55dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dfce


Comments

No comments written yet.

Please login to write comment.