Color Hex Logo

#57daac Color Hex

#57DAAC
(87,218,172)
0 Favorites   0 Comments

Color spaces of #57daac

RGB 87218172
HSL0.440.640.60
HSV159°60°85°
CMYK 0.600.000.21   0.15
XYZ36.448355.147647.7533
Yxy55.14760.26160.3958
Hunter Lab74.2614-42.347813.8570
CIE-Lab79.1262-46.767812.0571

#57daac color RGB value is (87,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 10101100
Octal 127 332 254
Decimal 87 218 172
Hex 57 DA AC

RGB Percentages of Color #57daac

%18.24
%45.70
%36.06

CMYK Percentages of Color #57daac

%60
%0
%21
%15

Triadic Colors of #57daac

#57daac #ac57da #daac57

Analogous Colors of #57daac

#57daac #57c7da #57da6b

Monochromatic Colors of #57daac

#57daac

Complementary Color

#57daac #da5785

#57daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#57daac Color CSS Codes

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

#57daac Text Font Color

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

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


#57daac Background Color

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

This div background color is #57daac


#57daac Border Color

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

This div border color is #57daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57daac


Comments

No comments written yet.

Please login to write comment.