Color Hex Logo

#57edda Color Hex

#57EDDA
(87,237,218)
0 Favorites   0 Comments

Color spaces of #57edda

RGB 87237218
HSL0.480.810.64
HSV172°63°93°
CMYK 0.630.000.08   0.07
XYZ46.869667.656676.9184
Yxy67.65660.24480.3534
Hunter Lab82.2536-42.23132.1333
CIE-Lab85.8344-43.9199-2.5464

#57edda color RGB value is (87,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101101 11011010
Octal 127 355 332
Decimal 87 237 218
Hex 57 ED DA

RGB Percentages of Color #57edda

%16.05
%43.73
%40.22

CMYK Percentages of Color #57edda

%63
%0
%8
%7

Triadic Colors of #57edda

#57edda #da57ed #edda57

Analogous Colors of #57edda

#57edda #57b5ed #57ed8f

Monochromatic Colors of #57edda

#57edda

Complementary Color

#57edda #ed576a

#57edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#57edda Color CSS Codes

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

#57edda Text Font Color

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

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


#57edda Background Color

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

This div background color is #57edda


#57edda Border Color

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

This div border color is #57edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57edda


Comments

No comments written yet.

Please login to write comment.