Color Hex Logo

#57edbf Color Hex

#57EDBF
(87,237,191)
0 Favorites   0 Comments

Color spaces of #57edbf

RGB 87237191
HSL0.450.810.64
HSV162°63°93°
CMYK 0.630.000.19   0.07
XYZ43.618666.356259.7993
Yxy66.35620.25690.3908
Hunter Lab81.4593-46.973313.4967
CIE-Lab85.1778-50.442410.6590

#57edbf color RGB value is (87,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101101 10111111
Octal 127 355 277
Decimal 87 237 191
Hex 57 ED BF

RGB Percentages of Color #57edbf

%16.89
%46.02
%37.09

CMYK Percentages of Color #57edbf

%63
%0
%19
%7

Triadic Colors of #57edbf

#57edbf #bf57ed #edbf57

Analogous Colors of #57edbf

#57edbf #57d0ed #57ed74

Monochromatic Colors of #57edbf

#57edbf

Complementary Color

#57edbf #ed5785

#57edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57edbf Color CSS Codes

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

#57edbf Text Font Color

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

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


#57edbf Background Color

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

This div background color is #57edbf


#57edbf Border Color

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

This div border color is #57edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57edbf


Comments

No comments written yet.

Please login to write comment.