Color Hex Logo

#57d5bc Color Hex

#57D5BC
(87,213,188)
0 Favorites   0 Comments

Color spaces of #57d5bc

RGB 87213188
HSL0.470.600.59
HSV168°59°84°
CMYK 0.590.000.12   0.16
XYZ36.801853.245655.9147
Yxy53.24560.25210.3648
Hunter Lab72.9696-37.67135.6463
CIE-Lab78.0198-40.82811.9438

#57d5bc color RGB value is (87,213,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11010101 10111100
Octal 127 325 274
Decimal 87 213 188
Hex 57 D5 BC

RGB Percentages of Color #57d5bc

%17.83
%43.65
%38.52

CMYK Percentages of Color #57d5bc

%59
%0
%12
%16

Triadic Colors of #57d5bc

#57d5bc #bc57d5 #d5bc57

Analogous Colors of #57d5bc

#57d5bc #57afd5 #57d57d

Monochromatic Colors of #57d5bc

#57d5bc

Complementary Color

#57d5bc #d55770

#57d5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57d5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57d5bc Color CSS Codes

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

#57d5bc Text Font Color

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

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


#57d5bc Background Color

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

This div background color is #57d5bc


#57d5bc Border Color

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

This div border color is #57d5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57d5bc


Comments

No comments written yet.

Please login to write comment.