Color Hex Logo

#57edae Color Hex

#57EDAE
(87,237,174)
0 Favorites   0 Comments

Color spaces of #57edae

RGB 87237174
HSL0.430.810.64
HSV155°63°93°
CMYK 0.630.000.27   0.07
XYZ41.854665.650650.5103
Yxy65.65060.26490.4155
Hunter Lab81.0251-49.587219.7567
CIE-Lab84.8179-54.161819.0005

#57edae color RGB value is (87,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101101 10101110
Octal 127 355 256
Decimal 87 237 174
Hex 57 ED AE

RGB Percentages of Color #57edae

%17.47
%47.59
%34.94

CMYK Percentages of Color #57edae

%63
%0
%27
%7

Triadic Colors of #57edae

#57edae #ae57ed #edae57

Analogous Colors of #57edae

#57edae #57e1ed #57ed63

Monochromatic Colors of #57edae

#57edae

Complementary Color

#57edae #ed5796

#57edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#57edae Color CSS Codes

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

#57edae Text Font Color

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

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


#57edae Background Color

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

This div background color is #57edae


#57edae Border Color

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

This div border color is #57edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57edae


Comments

No comments written yet.

Please login to write comment.