Color Hex Logo

#57dbea Color Hex

#57DBEA
(87,219,234)
0 Favorites   0 Comments

Color spaces of #57dbea

RGB 87219234
HSL0.520.780.63
HSV186°63°92°
CMYK 0.630.060.00   0.08
XYZ44.113358.629886.8336
Yxy58.62980.23270.3093
Hunter Lab76.5701-31.1609-13.6382
CIE-Lab81.0877-31.3601-18.0770

#57dbea color RGB value is (87,219,234).

#57dbea hex color red value is 87, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #57dbea hue: 0.52 , saturation: 0.78 and the lightness value of 57dbea is 0.63.

The process color (four color CMYK) of #57dbea color hex is 0.63, 0.06, 0.00, 0.08. Web safe color of #57dbea is #66ccff. Color #57dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011011 11101010
Octal 127 333 352
Decimal 87 219 234
Hex 57 DB EA

RGB Percentages of Color #57dbea

%16.11
%40.56
%43.33

CMYK Percentages of Color #57dbea

%63
%6
%0
%8

Triadic Colors of #57dbea

#57dbea #ea57db #dbea57

Analogous Colors of #57dbea

#57dbea #5792ea #57eab0

Monochromatic Colors of #57dbea

#57dbea

Complementary Color

#57dbea #ea6657

#57dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dbea Color CSS Codes

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

#57dbea Text Font Color

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

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


#57dbea Background Color

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

This div background color is #57dbea


#57dbea Border Color

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

This div border color is #57dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dbea


Comments

No comments written yet.

Please login to write comment.