Color Hex Logo

#57dccb Color Hex

#57DCCB
(87,220,203)
0 Favorites   0 Comments

Color spaces of #57dccb

RGB 87220203
HSL0.480.660.60
HSV172°60°86°
CMYK 0.600.000.08   0.14
XYZ40.303257.524465.4790
Yxy57.52440.24680.3522
Hunter Lab75.8448-37.87531.9047
CIE-Lab80.4736-40.1959-2.4810

#57dccb color RGB value is (87,220,203).

#57dccb hex color red value is 87, green value is 220 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #57dccb hue: 0.48 , saturation: 0.66 and the lightness value of 57dccb is 0.60.

The process color (four color CMYK) of #57dccb color hex is 0.60, 0.00, 0.08, 0.14. Web safe color of #57dccb is #66cccc. Color #57dccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 11001011
Octal 127 334 313
Decimal 87 220 203
Hex 57 DC CB

RGB Percentages of Color #57dccb

%17.06
%43.14
%39.80

CMYK Percentages of Color #57dccb

%60
%0
%8
%14

Triadic Colors of #57dccb

#57dccb #cb57dc #dccb57

Analogous Colors of #57dccb

#57dccb #57abdc #57dc89

Monochromatic Colors of #57dccb

#57dccb

Complementary Color

#57dccb #dc5768

#57dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dccb Color CSS Codes

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

#57dccb Text Font Color

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

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


#57dccb Background Color

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

This div background color is #57dccb


#57dccb Border Color

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

This div border color is #57dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dccb


Comments

No comments written yet.

Please login to write comment.