Color Hex Logo

#57cded Color Hex

#57CDED
(87,205,237)
0 Favorites   0 Comments

Color spaces of #57cded

RGB 87205237
HSL0.540.810.64
HSV193°63°93°
CMYK 0.630.140.00   0.07
XYZ41.047951.803387.9564
Yxy51.80330.22700.2865
Hunter Lab71.9745-24.1548-22.0731
CIE-Lab77.1631-23.6267-25.6395

#57cded color RGB value is (87,205,237).

#57cded hex color red value is 87, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #57cded hue: 0.54 , saturation: 0.81 and the lightness value of 57cded is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 11101101
Octal 127 315 355
Decimal 87 205 237
Hex 57 CD ED

RGB Percentages of Color #57cded

%16.45
%38.75
%44.80

CMYK Percentages of Color #57cded

%63
%14
%0
%7

Triadic Colors of #57cded

#57cded #ed57cd #cded57

Analogous Colors of #57cded

#57cded #5782ed #57edc2

Monochromatic Colors of #57cded

#57cded

Complementary Color

#57cded #ed7757

#57cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cded Color CSS Codes

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

#57cded Text Font Color

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

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


#57cded Background Color

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

This div background color is #57cded


#57cded Border Color

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

This div border color is #57cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cded


Comments

No comments written yet.

Please login to write comment.