Color Hex Logo

#57dabf Color Hex

#57DABF
(87,218,191)
0 Favorites   0 Comments

Color spaces of #57dabf

RGB 87218191
HSL0.470.640.60
HSV168°60°85°
CMYK 0.600.000.12   0.15
XYZ38.405955.930658.0617
Yxy55.93060.25200.3670
Hunter Lab74.7868-39.21026.3202
CIE-Lab79.5743-42.30892.5998

#57dabf color RGB value is (87,218,191).

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

The process color (four color CMYK) of #57dabf color hex is 0.60, 0.00, 0.12, 0.15. Web safe color of #57dabf is #66cccc. Color #57dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 10111111
Octal 127 332 277
Decimal 87 218 191
Hex 57 DA BF

RGB Percentages of Color #57dabf

%17.54
%43.95
%38.51

CMYK Percentages of Color #57dabf

%60
%0
%12
%15

Triadic Colors of #57dabf

#57dabf #bf57da #dabf57

Analogous Colors of #57dabf

#57dabf #57b4da #57da7e

Monochromatic Colors of #57dabf

#57dabf

Complementary Color

#57dabf #da5772

#57dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dabf Color CSS Codes

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

#57dabf Text Font Color

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

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


#57dabf Background Color

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

This div background color is #57dabf


#57dabf Border Color

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

This div border color is #57dabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,218,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 #57dabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dabf


Comments

No comments written yet.

Please login to write comment.