Color Hex Logo

#57ddaf Color Hex

#57DDAF
(87,221,175)
0 Favorites   0 Comments

Color spaces of #57ddaf

RGB 87221175
HSL0.440.660.60
HSV159°61°87°
CMYK 0.610.000.21   0.13
XYZ37.524856.834349.5498
Yxy56.83430.26080.3949
Hunter Lab75.3885-43.081213.8031
CIE-Lab80.0863-47.364511.8303

#57ddaf color RGB value is (87,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011101 10101111
Octal 127 335 257
Decimal 87 221 175
Hex 57 DD AF

RGB Percentages of Color #57ddaf

%18.01
%45.76
%36.23

CMYK Percentages of Color #57ddaf

%61
%0
%21
%13

Triadic Colors of #57ddaf

#57ddaf #af57dd #ddaf57

Analogous Colors of #57ddaf

#57ddaf #57c8dd #57dd6c

Monochromatic Colors of #57ddaf

#57ddaf

Complementary Color

#57ddaf #dd5785

#57ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ddaf Color CSS Codes

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

#57ddaf Text Font Color

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

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


#57ddaf Background Color

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

This div background color is #57ddaf


#57ddaf Border Color

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

This div border color is #57ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ddaf

#57ddaf Color Palettes


Comments

No comments written yet.

Please login to write comment.