Color Hex Logo

#55cccd Color Hex

#55CCCD
(85,204,205)
0 Favorites   0 Comments

Color spaces of #55cccd

RGB 85204205
HSL0.500.550.57
HSV181°59°80°
CMYK 0.590.000.00   0.20
XYZ36.358649.524865.4006
Yxy49.52480.24030.3274
Hunter Lab70.3739-30.9324-5.8383
CIE-Lab75.7767-32.6284-10.5118

#55cccd color RGB value is (85,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 11001101
Octal 125 314 315
Decimal 85 204 205
Hex 55 CC CD

RGB Percentages of Color #55cccd

%17.21
%41.30
%41.50

CMYK Percentages of Color #55cccd

%59
%0
%0
%20

Triadic Colors of #55cccd

#55cccd #cd55cc #cccd55

Analogous Colors of #55cccd

#55cccd #5590cd #55cd92

Monochromatic Colors of #55cccd

#55cccd

Complementary Color

#55cccd #cd5655

#55cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cccd Color CSS Codes

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

#55cccd Text Font Color

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

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


#55cccd Background Color

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

This div background color is #55cccd


#55cccd Border Color

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

This div border color is #55cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cccd


Comments

No comments written yet.

Please login to write comment.