Color Hex Logo

#57dada Color Hex

#57DADA
(87,218,218)
0 Favorites   0 Comments

Color spaces of #57dada

RGB 87218218
HSL0.500.640.60
HSV180°60°85°
CMYK 0.600.000.00   0.15
XYZ41.656857.231075.1808
Yxy57.23100.23930.3288
Hunter Lab75.6512-34.0998-5.9655
CIE-Lab80.3093-35.3286-10.7209

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 11011010
Octal 127 332 332
Decimal 87 218 218
Hex 57 DA DA

RGB Percentages of Color #57dada

%16.63
%41.68
%41.68

CMYK Percentages of Color #57dada

%60
%0
%0
%15

Triadic Colors of #57dada

#57dada #da57da #dada57

Analogous Colors of #57dada

#57dada #5799da #57da99

Monochromatic Colors of #57dada

#57dada

Complementary Color

#57dada #da5757

#57dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dada Color CSS Codes

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

#57dada Text Font Color

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

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


#57dada Background Color

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

This div background color is #57dada


#57dada Border Color

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

This div border color is #57dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dada


Comments

No comments written yet.

Please login to write comment.