Color Hex Logo

#57dcbe Color Hex

#57DCBE
(87,220,190)
0 Favorites   0 Comments

Color spaces of #57dcbe

RGB 87220190
HSL0.460.660.60
HSV166°60°86°
CMYK 0.600.000.14   0.14
XYZ38.817956.930357.6579
Yxy56.93030.25300.3711
Hunter Lab75.4522-40.20847.5092
CIE-Lab80.1404-43.43183.9527

#57dcbe color RGB value is (87,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 10111110
Octal 127 334 276
Decimal 87 220 190
Hex 57 DC BE

RGB Percentages of Color #57dcbe

%17.51
%44.27
%38.23

CMYK Percentages of Color #57dcbe

%60
%0
%14
%14

Triadic Colors of #57dcbe

#57dcbe #be57dc #dcbe57

Analogous Colors of #57dcbe

#57dcbe #57b8dc #57dc7c

Monochromatic Colors of #57dcbe

#57dcbe

Complementary Color

#57dcbe #dc5775

#57dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcbe Color CSS Codes

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

#57dcbe Text Font Color

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

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


#57dcbe Background Color

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

This div background color is #57dcbe


#57dcbe Border Color

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

This div border color is #57dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcbe


Comments

No comments written yet.

Please login to write comment.