Color Hex Logo

#57cdac Color Hex

#57CDAC
(87,205,172)
0 Favorites   0 Comments

Color spaces of #57cdac

RGB 87205172
HSL0.450.540.57
HSV163°58°80°
CMYK 0.580.000.16   0.20
XYZ33.208248.667446.6732
Yxy48.66740.25830.3786
Hunter Lab69.7620-37.11389.1664
CIE-Lab75.2439-41.13376.5179

#57cdac color RGB value is (87,205,172).

#57cdac hex color red value is 87, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #57cdac hue: 0.45 , saturation: 0.54 and the lightness value of 57cdac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 10101100
Octal 127 315 254
Decimal 87 205 172
Hex 57 CD AC

RGB Percentages of Color #57cdac

%18.75
%44.18
%37.07

CMYK Percentages of Color #57cdac

%58
%0
%16
%20

Triadic Colors of #57cdac

#57cdac #ac57cd #cdac57

Analogous Colors of #57cdac

#57cdac #57b3cd #57cd71

Monochromatic Colors of #57cdac

#57cdac

Complementary Color

#57cdac #cd5778

#57cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cdac Color CSS Codes

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

#57cdac Text Font Color

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

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


#57cdac Background Color

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

This div background color is #57cdac


#57cdac Border Color

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

This div border color is #57cdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,205,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 #57cdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cdac


Comments

No comments written yet.

Please login to write comment.