Color Hex Logo

#57daaa Color Hex

#57DAAA
(87,218,170)
0 Favorites   0 Comments

Color spaces of #57daaa

RGB 87218170
HSL0.440.640.60
HSV158°60°85°
CMYK 0.600.000.22   0.15
XYZ36.257655.071346.7491
Yxy55.07130.26260.3988
Hunter Lab74.2100-42.655914.5969
CIE-Lab79.0823-47.213313.0541

#57daaa color RGB value is (87,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 10101010
Octal 127 332 252
Decimal 87 218 170
Hex 57 DA AA

RGB Percentages of Color #57daaa

%18.32
%45.89
%35.79

CMYK Percentages of Color #57daaa

%60
%0
%22
%15

Triadic Colors of #57daaa

#57daaa #aa57da #daaa57

Analogous Colors of #57daaa

#57daaa #57c9da #57da69

Monochromatic Colors of #57daaa

#57daaa

Complementary Color

#57daaa #da5787

#57daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57daaa Color CSS Codes

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

#57daaa Text Font Color

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

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


#57daaa Background Color

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

This div background color is #57daaa


#57daaa Border Color

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

This div border color is #57daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57daaa


Comments

No comments written yet.

Please login to write comment.