Color Hex Logo

#57dcaf Color Hex

#57DCAF
(87,220,175)
0 Favorites   0 Comments

Color spaces of #57dcaf

RGB 87220175
HSL0.440.660.60
HSV160°60°86°
CMYK 0.600.000.20   0.14
XYZ37.261556.307849.4620
Yxy56.30780.26050.3937
Hunter Lab75.0385-42.680613.4457
CIE-Lab79.7887-46.941611.4081

#57dcaf color RGB value is (87,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 10101111
Octal 127 334 257
Decimal 87 220 175
Hex 57 DC AF

RGB Percentages of Color #57dcaf

%18.05
%45.64
%36.31

CMYK Percentages of Color #57dcaf

%60
%0
%20
%14

Triadic Colors of #57dcaf

#57dcaf #af57dc #dcaf57

Analogous Colors of #57dcaf

#57dcaf #57c7dc #57dc6d

Monochromatic Colors of #57dcaf

#57dcaf

Complementary Color

#57dcaf #dc5784

#57dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcaf Color CSS Codes

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

#57dcaf Text Font Color

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

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


#57dcaf Background Color

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

This div background color is #57dcaf


#57dcaf Border Color

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

This div border color is #57dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcaf


Comments

No comments written yet.

Please login to write comment.