Color Hex Logo

#57dcbd Color Hex

#57DCBD
(87,220,189)
0 Favorites   0 Comments

Color spaces of #57dcbd

RGB 87220189
HSL0.460.660.60
HSV166°60°86°
CMYK 0.600.000.14   0.14
XYZ38.709056.886857.0842
Yxy56.88680.25350.3726
Hunter Lab75.4233-40.38057.9227
CIE-Lab80.1159-43.67354.4489

#57dcbd color RGB value is (87,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 10111101
Octal 127 334 275
Decimal 87 220 189
Hex 57 DC BD

RGB Percentages of Color #57dcbd

%17.54
%44.35
%38.10

CMYK Percentages of Color #57dcbd

%60
%0
%14
%14

Triadic Colors of #57dcbd

#57dcbd #bd57dc #dcbd57

Analogous Colors of #57dcbd

#57dcbd #57b9dc #57dc7b

Monochromatic Colors of #57dcbd

#57dcbd

Complementary Color

#57dcbd #dc5776

#57dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcbd Color CSS Codes

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

#57dcbd Text Font Color

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

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


#57dcbd Background Color

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

This div background color is #57dcbd


#57dcbd Border Color

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

This div border color is #57dcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,220,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcbd


Comments

No comments written yet.

Please login to write comment.