Color Hex Logo

#55cfcc Color Hex

#55CFCC
(85,207,204)
0 Favorites   0 Comments

Color spaces of #55cfcc

RGB 85207204
HSL0.500.560.57
HSV179°59°81°
CMYK 0.590.000.01   0.19
XYZ36.958250.916665.0067
Yxy50.91660.24170.3330
Hunter Lab71.3559-32.4201-4.0653
CIE-Lab76.6285-34.3156-8.7037

#55cfcc color RGB value is (85,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 11001100
Octal 125 317 314
Decimal 85 207 204
Hex 55 CF CC

RGB Percentages of Color #55cfcc

%17.14
%41.73
%41.13

CMYK Percentages of Color #55cfcc

%59
%0
%1
%19

Triadic Colors of #55cfcc

#55cfcc #cc55cf #cfcc55

Analogous Colors of #55cfcc

#55cfcc #5595cf #55cf8f

Monochromatic Colors of #55cfcc

#55cfcc

Complementary Color

#55cfcc #cf5558

#55cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cfcc Color CSS Codes

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

#55cfcc Text Font Color

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

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


#55cfcc Background Color

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

This div background color is #55cfcc


#55cfcc Border Color

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

This div border color is #55cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cfcc


Comments

No comments written yet.

Please login to write comment.