Color Hex Logo

#55cccb Color Hex

#55CCCB
(85,204,203)
0 Favorites   0 Comments

Color spaces of #55cccb

RGB 85204203
HSL0.500.540.57
HSV179°58°80°
CMYK 0.580.000.00   0.20
XYZ36.118749.428864.1370
Yxy49.42880.24130.3302
Hunter Lab70.3056-31.3325-4.8740
CIE-Lab75.7173-33.1726-9.5203

#55cccb color RGB value is (85,204,203).

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

The process color (four color CMYK) of #55cccb color hex is 0.58, 0.00, 0.00, 0.20. Web safe color of #55cccb is #66cccc. Color #55cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 11001011
Octal 125 314 313
Decimal 85 204 203
Hex 55 CC CB

RGB Percentages of Color #55cccb

%17.28
%41.46
%41.26

CMYK Percentages of Color #55cccb

%58
%0
%0
%20

Triadic Colors of #55cccb

#55cccb #cb55cc #cccb55

Analogous Colors of #55cccb

#55cccb #5592cc #55cc90

Monochromatic Colors of #55cccb

#55cccb

Complementary Color

#55cccb #cc5556

#55cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cccb Color CSS Codes

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

#55cccb Text Font Color

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

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


#55cccb Background Color

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

This div background color is #55cccb


#55cccb Border Color

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

This div border color is #55cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cccb


Comments

No comments written yet.

Please login to write comment.