Color Hex Logo

#57ddba Color Hex

#57DDBA
(87,221,186)
0 Favorites   0 Comments

Color spaces of #57ddba

RGB 87221186
HSL0.460.660.60
HSV164°61°87°
CMYK 0.610.000.16   0.13
XYZ38.649957.284355.4743
Yxy57.28430.25530.3783
Hunter Lab75.6864-41.29869.5239
CIE-Lab80.3392-44.82496.3645

#57ddba color RGB value is (87,221,186).

#57ddba hex color red value is 87, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #57ddba hue: 0.46 , saturation: 0.66 and the lightness value of 57ddba is 0.60.

The process color (four color CMYK) of #57ddba color hex is 0.61, 0.00, 0.16, 0.13. Web safe color of #57ddba is #66cccc. Color #57ddba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011101 10111010
Octal 127 335 272
Decimal 87 221 186
Hex 57 DD BA

RGB Percentages of Color #57ddba

%17.61
%44.74
%37.65

CMYK Percentages of Color #57ddba

%61
%0
%16
%13

Triadic Colors of #57ddba

#57ddba #ba57dd #ddba57

Analogous Colors of #57ddba

#57ddba #57bddd #57dd77

Monochromatic Colors of #57ddba

#57ddba

Complementary Color

#57ddba #dd577a

#57ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ddba Color CSS Codes

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

#57ddba Text Font Color

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

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


#57ddba Background Color

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

This div background color is #57ddba


#57ddba Border Color

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

This div border color is #57ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ddba


Comments

No comments written yet.

Please login to write comment.