Color Hex Logo

#57efbe Color Hex

#57EFBE
(87,239,190)
0 Favorites   0 Comments

Color spaces of #57efbe

RGB 87239190
HSL0.450.830.64
HSV161°64°94°
CMYK 0.640.000.21   0.06
XYZ44.091267.476959.4157
Yxy67.47690.25790.3946
Hunter Lab82.1443-47.942214.6161
CIE-Lab85.7442-51.496011.9866

#57efbe color RGB value is (87,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101111 10111110
Octal 127 357 276
Decimal 87 239 190
Hex 57 EF BE

RGB Percentages of Color #57efbe

%16.86
%46.32
%36.82

CMYK Percentages of Color #57efbe

%64
%0
%21
%6

Triadic Colors of #57efbe

#57efbe #be57ef #efbe57

Analogous Colors of #57efbe

#57efbe #57d4ef #57ef72

Monochromatic Colors of #57efbe

#57efbe

Complementary Color

#57efbe #ef5788

#57efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57efbe Color CSS Codes

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

#57efbe Text Font Color

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

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


#57efbe Background Color

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

This div background color is #57efbe


#57efbe Border Color

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

This div border color is #57efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57efbe


Comments

No comments written yet.

Please login to write comment.