Color Hex Logo

#57edbc Color Hex

#57EDBC
(87,237,188)
0 Favorites   0 Comments

Color spaces of #57edbc

RGB 87237188
HSL0.450.810.64
HSV160°63°93°
CMYK 0.630.000.21   0.07
XYZ43.291866.225558.0780
Yxy66.22550.25830.3952
Hunter Lab81.3791-47.455414.6517
CIE-Lab85.1113-51.121512.1312

#57edbc color RGB value is (87,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101101 10111100
Octal 127 355 274
Decimal 87 237 188
Hex 57 ED BC

RGB Percentages of Color #57edbc

%16.99
%46.29
%36.72

CMYK Percentages of Color #57edbc

%63
%0
%21
%7

Triadic Colors of #57edbc

#57edbc #bc57ed #edbc57

Analogous Colors of #57edbc

#57edbc #57d3ed #57ed71

Monochromatic Colors of #57edbc

#57edbc

Complementary Color

#57edbc #ed5788

#57edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57edbc Color CSS Codes

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

#57edbc Text Font Color

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

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


#57edbc Background Color

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

This div background color is #57edbc


#57edbc Border Color

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

This div border color is #57edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57edbc


Comments

No comments written yet.

Please login to write comment.