Color Hex Logo

#57cdcb Color Hex

#57CDCB
(87,205,203)
0 Favorites   0 Comments

Color spaces of #57cdcb

RGB 87205203
HSL0.500.540.57
HSV179°58°80°
CMYK 0.580.000.01   0.20
XYZ36.541350.000764.2251
Yxy50.00070.24240.3316
Hunter Lab70.7112-31.5014-4.3537
CIE-Lab76.0697-33.2845-8.9895

#57cdcb color RGB value is (87,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 11001011
Octal 127 315 313
Decimal 87 205 203
Hex 57 CD CB

RGB Percentages of Color #57cdcb

%17.58
%41.41
%41.01

CMYK Percentages of Color #57cdcb

%58
%0
%1
%20

Triadic Colors of #57cdcb

#57cdcb #cb57cd #cdcb57

Analogous Colors of #57cdcb

#57cdcb #5794cd #57cd90

Monochromatic Colors of #57cdcb

#57cdcb

Complementary Color

#57cdcb #cd5759

#57cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cdcb Color CSS Codes

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

#57cdcb Text Font Color

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

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


#57cdcb Background Color

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

This div background color is #57cdcb


#57cdcb Border Color

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

This div border color is #57cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cdcb


Comments

No comments written yet.

Please login to write comment.