Color Hex Logo

#57cdcc Color Hex

#57CDCC
(87,205,204)
0 Favorites   0 Comments

Color spaces of #57cdcc

RGB 87205204
HSL0.500.540.57
HSV179°58°80°
CMYK 0.580.000.00   0.20
XYZ36.660950.048564.8548
Yxy50.04850.24190.3302
Hunter Lab70.7450-31.3028-4.8321
CIE-Lab76.0990-33.0147-9.4853

#57cdcc color RGB value is (87,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 11001100
Octal 127 315 314
Decimal 87 205 204
Hex 57 CD CC

RGB Percentages of Color #57cdcc

%17.54
%41.33
%41.13

CMYK Percentages of Color #57cdcc

%58
%0
%0
%20

Triadic Colors of #57cdcc

#57cdcc #cc57cd #cdcc57

Analogous Colors of #57cdcc

#57cdcc #5793cd #57cd91

Monochromatic Colors of #57cdcc

#57cdcc

Complementary Color

#57cdcc #cd5758

#57cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cdcc Color CSS Codes

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

#57cdcc Text Font Color

<p style="color:#57cdcc">Text here</p>

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


#57cdcc Background Color

<div style="background-color:#57cdcc">
Div content here</div>

This div background color is #57cdcc


#57cdcc Border Color

<div style="border:3px solid #57cdcc">
Div here</div>

This div border color is #57cdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,205,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 #57cdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cdcc


Comments

No comments written yet.

Please login to write comment.