Color Hex Logo

#57dadb Color Hex

#57DADB
(87,218,219)
0 Favorites   0 Comments

Color spaces of #57dadb

RGB 87218219
HSL0.500.650.60
HSV180°60°86°
CMYK 0.600.000.00   0.14
XYZ41.788157.283575.8722
Yxy57.28350.23890.3274
Hunter Lab75.6859-33.8958-6.4559
CIE-Lab80.3388-35.0569-11.2104

#57dadb color RGB value is (87,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 11011011
Octal 127 332 333
Decimal 87 218 219
Hex 57 DA DB

RGB Percentages of Color #57dadb

%16.60
%41.60
%41.79

CMYK Percentages of Color #57dadb

%60
%0
%0
%14

Triadic Colors of #57dadb

#57dadb #db57da #dadb57

Analogous Colors of #57dadb

#57dadb #5798db #57db9a

Monochromatic Colors of #57dadb

#57dadb

Complementary Color

#57dadb #db5857

#57dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dadb Color CSS Codes

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

#57dadb Text Font Color

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

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


#57dadb Background Color

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

This div background color is #57dadb


#57dadb Border Color

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

This div border color is #57dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dadb


Comments

No comments written yet.

Please login to write comment.