Color Hex Logo

#57edaf Color Hex

#57EDAF
(87,237,175)
0 Favorites   0 Comments

Color spaces of #57edaf

RGB 87237175
HSL0.430.810.64
HSV155°63°93°
CMYK 0.630.000.26   0.07
XYZ41.952565.689851.0257
Yxy65.68980.26440.4140
Hunter Lab81.0492-49.441519.4076
CIE-Lab84.8379-53.951918.5103

#57edaf color RGB value is (87,237,175).

#57edaf hex color red value is 87, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #57edaf hue: 0.43 , saturation: 0.81 and the lightness value of 57edaf is 0.64.

The process color (four color CMYK) of #57edaf color hex is 0.63, 0.00, 0.26, 0.07. Web safe color of #57edaf is #66ff99. Color #57edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101101 10101111
Octal 127 355 257
Decimal 87 237 175
Hex 57 ED AF

RGB Percentages of Color #57edaf

%17.43
%47.49
%35.07

CMYK Percentages of Color #57edaf

%63
%0
%26
%7

Triadic Colors of #57edaf

#57edaf #af57ed #edaf57

Analogous Colors of #57edaf

#57edaf #57e0ed #57ed64

Monochromatic Colors of #57edaf

#57edaf

Complementary Color

#57edaf #ed5795

#57edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57edaf Color CSS Codes

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

#57edaf Text Font Color

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

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


#57edaf Background Color

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

This div background color is #57edaf


#57edaf Border Color

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

This div border color is #57edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57edaf


Comments

No comments written yet.

Please login to write comment.