Color Hex Logo

#55ccca Color Hex

#55CCCA
(85,204,202)
0 Favorites   0 Comments

Color spaces of #55ccca

RGB 85204202
HSL0.500.540.57
HSV179°58°80°
CMYK 0.580.000.01   0.20
XYZ35.999849.381363.5113
Yxy49.38130.24180.3317
Hunter Lab70.2718-31.5313-4.3957
CIE-Lab75.6879-33.4438-9.0240

#55ccca color RGB value is (85,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 11001010
Octal 125 314 312
Decimal 85 204 202
Hex 55 CC CA

RGB Percentages of Color #55ccca

%17.31
%41.55
%41.14

CMYK Percentages of Color #55ccca

%58
%0
%1
%20

Triadic Colors of #55ccca

#55ccca #ca55cc #ccca55

Analogous Colors of #55ccca

#55ccca #5593cc #55cc8f

Monochromatic Colors of #55ccca

#55ccca

Complementary Color

#55ccca #cc5557

#55ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ccca Color CSS Codes

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

#55ccca Text Font Color

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

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


#55ccca Background Color

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

This div background color is #55ccca


#55ccca Border Color

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

This div border color is #55ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ccca


Comments

No comments written yet.

Please login to write comment.