Color Hex Logo

#57afad Color Hex

#57AFAD
(87,175,173)
0 Favorites   0 Comments

Color spaces of #57afad

RGB 87175173
HSL0.500.350.51
HSV179°50°69°
CMYK 0.500.000.01   0.31
XYZ26.803335.703345.0139
Yxy35.70330.24930.3321
Hunter Lab59.7522-24.4960-2.8391
CIE-Lab66.2926-26.8257-7.1068

#57afad color RGB value is (87,175,173).

#57afad hex color red value is 87, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #57afad hue: 0.50 , saturation: 0.35 and the lightness value of 57afad is 0.51.

The process color (four color CMYK) of #57afad color hex is 0.50, 0.00, 0.01, 0.31. Web safe color of #57afad is #669999. Color #57afad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 10101101
Octal 127 257 255
Decimal 87 175 173
Hex 57 AF AD

RGB Percentages of Color #57afad

%20.00
%40.23
%39.77

CMYK Percentages of Color #57afad

%50
%0
%1
%31

Triadic Colors of #57afad

#57afad #ad57af #afad57

Analogous Colors of #57afad

#57afad #5785af #57af81

Monochromatic Colors of #57afad

#57afad

Complementary Color

#57afad #af5759

#57afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afad Color CSS Codes

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

#57afad Text Font Color

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

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


#57afad Background Color

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

This div background color is #57afad


#57afad Border Color

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

This div border color is #57afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afad


Comments

No comments written yet.

Please login to write comment.