Color Hex Logo

#57dbbc Color Hex

#57DBBC
(87,219,188)
0 Favorites   0 Comments

Color spaces of #57dbbc

RGB 87219188
HSL0.460.650.60
HSV166°60°86°
CMYK 0.600.000.14   0.14
XYZ38.339156.320156.4271
Yxy56.32010.25380.3728
Hunter Lab75.0467-40.14157.9530
CIE-Lab79.7957-43.47754.5179

#57dbbc color RGB value is (87,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011011 10111100
Octal 127 333 274
Decimal 87 219 188
Hex 57 DB BC

RGB Percentages of Color #57dbbc

%17.61
%44.33
%38.06

CMYK Percentages of Color #57dbbc

%60
%0
%14
%14

Triadic Colors of #57dbbc

#57dbbc #bc57db #dbbc57

Analogous Colors of #57dbbc

#57dbbc #57b8db #57db7a

Monochromatic Colors of #57dbbc

#57dbbc

Complementary Color

#57dbbc #db5776

#57dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dbbc Color CSS Codes

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

#57dbbc Text Font Color

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

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


#57dbbc Background Color

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

This div background color is #57dbbc


#57dbbc Border Color

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

This div border color is #57dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dbbc


Comments

No comments written yet.

Please login to write comment.