Color Hex Logo

#55ccce Color Hex

#55CCCE
(85,204,206)
0 Favorites   0 Comments

Color spaces of #55ccce

RGB 85204206
HSL0.500.550.57
HSV181°59°81°
CMYK 0.590.010.00   0.19
XYZ36.479849.573366.0384
Yxy49.57330.23990.3259
Hunter Lab70.4083-30.7305-6.3243
CIE-Lab75.8066-32.3546-11.0070

#55ccce color RGB value is (85,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 11001110
Octal 125 314 316
Decimal 85 204 206
Hex 55 CC CE

RGB Percentages of Color #55ccce

%17.17
%41.21
%41.62

CMYK Percentages of Color #55ccce

%59
%1
%0
%19

Triadic Colors of #55ccce

#55ccce #ce55cc #ccce55

Analogous Colors of #55ccce

#55ccce #5590ce #55ce94

Monochromatic Colors of #55ccce

#55ccce

Complementary Color

#55ccce #ce5755

#55ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ccce Color CSS Codes

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

#55ccce Text Font Color

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

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


#55ccce Background Color

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

This div background color is #55ccce


#55ccce Border Color

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

This div border color is #55ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ccce


Comments

No comments written yet.

Please login to write comment.