Color Hex Logo

#57caad Color Hex

#57CAAD
(87,202,173)
0 Favorites   0 Comments

Color spaces of #57caad

RGB 87202173
HSL0.460.520.57
HSV165°57°79°
CMYK 0.570.000.14   0.21
XYZ32.593847.284446.9441
Yxy47.28440.25700.3728
Hunter Lab68.7637-35.72787.6580
CIE-Lab74.3713-39.55774.7222

#57caad color RGB value is (87,202,173).

#57caad hex color red value is 87, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #57caad hue: 0.46 , saturation: 0.52 and the lightness value of 57caad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 10101101
Octal 127 312 255
Decimal 87 202 173
Hex 57 CA AD

RGB Percentages of Color #57caad

%18.83
%43.72
%37.45

CMYK Percentages of Color #57caad

%57
%0
%14
%21

Triadic Colors of #57caad

#57caad #ad57ca #caad57

Analogous Colors of #57caad

#57caad #57aeca #57ca74

Monochromatic Colors of #57caad

#57caad

Complementary Color

#57caad #ca5774

#57caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#57caad Color CSS Codes

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

#57caad Text Font Color

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

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


#57caad Background Color

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

This div background color is #57caad


#57caad Border Color

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

This div border color is #57caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57caad


Comments

No comments written yet.

Please login to write comment.