Color Hex Logo

#57dcec Color Hex

#57DCEC
(87,220,236)
0 Favorites   0 Comments

Color spaces of #57dcec

RGB 87220236
HSL0.520.800.63
HSV186°63°93°
CMYK 0.630.070.00   0.07
XYZ44.664059.268888.4429
Yxy59.26880.23220.3081
Hunter Lab76.9862-31.1681-14.2228
CIE-Lab81.4391-31.2707-18.6098

#57dcec color RGB value is (87,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 11101100
Octal 127 334 354
Decimal 87 220 236
Hex 57 DC EC

RGB Percentages of Color #57dcec

%16.02
%40.52
%43.46

CMYK Percentages of Color #57dcec

%63
%7
%0
%7

Triadic Colors of #57dcec

#57dcec #ec57dc #dcec57

Analogous Colors of #57dcec

#57dcec #5792ec #57ecb2

Monochromatic Colors of #57dcec

#57dcec

Complementary Color

#57dcec #ec6757

#57dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcec Color CSS Codes

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

#57dcec Text Font Color

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

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


#57dcec Background Color

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

This div background color is #57dcec


#57dcec Border Color

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

This div border color is #57dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcec


Comments

No comments written yet.

Please login to write comment.