Color Hex Logo

#57c0ae Color Hex

#57C0AE
(87,192,174)
0 Favorites   0 Comments

Color spaces of #57c0ae

RGB 87192174
HSL0.470.450.55
HSV170°55°75°
CMYK 0.550.000.09   0.25
XYZ30.420142.781546.6987
Yxy42.78150.25370.3568
Hunter Lab65.4076-31.44553.4543
CIE-Lab71.4064-34.7377-0.1260

#57c0ae color RGB value is (87,192,174).

#57c0ae hex color red value is 87, green value is 192 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #57c0ae hue: 0.47 , saturation: 0.45 and the lightness value of 57c0ae is 0.55.

The process color (four color CMYK) of #57c0ae color hex is 0.55, 0.00, 0.09, 0.25. Web safe color of #57c0ae is #66cc99. Color #57c0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000000 10101110
Octal 127 300 256
Decimal 87 192 174
Hex 57 C0 AE

RGB Percentages of Color #57c0ae

%19.21
%42.38
%38.41

CMYK Percentages of Color #57c0ae

%55
%0
%9
%25

Triadic Colors of #57c0ae

#57c0ae #ae57c0 #c0ae57

Analogous Colors of #57c0ae

#57c0ae #579ec0 #57c07a

Monochromatic Colors of #57c0ae

#57c0ae

Complementary Color

#57c0ae #c05769

#57c0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c0ae Color CSS Codes

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

#57c0ae Text Font Color

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

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


#57c0ae Background Color

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

This div background color is #57c0ae


#57c0ae Border Color

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

This div border color is #57c0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c0ae


Comments

No comments written yet.

Please login to write comment.