Color Hex Logo

#57cced Color Hex

#57CCED
(87,204,237)
0 Favorites   0 Comments

Color spaces of #57cced

RGB 87204237
HSL0.540.810.64
HSV193°63°93°
CMYK 0.630.140.00   0.07
XYZ40.809451.326487.8769
Yxy51.32640.22670.2851
Hunter Lab71.6424-23.6960-22.5756
CIE-Lab76.8763-23.1240-26.0778

#57cced color RGB value is (87,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001100 11101101
Octal 127 314 355
Decimal 87 204 237
Hex 57 CC ED

RGB Percentages of Color #57cced

%16.48
%38.64
%44.89

CMYK Percentages of Color #57cced

%63
%14
%0
%7

Triadic Colors of #57cced

#57cced #ed57cc #cced57

Analogous Colors of #57cced

#57cced #5781ed #57edc3

Monochromatic Colors of #57cced

#57cced

Complementary Color

#57cced #ed7857

#57cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cced Color CSS Codes

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

#57cced Text Font Color

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

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


#57cced Background Color

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

This div background color is #57cced


#57cced Border Color

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

This div border color is #57cced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,204,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 #57cced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cced


Comments

No comments written yet.

Please login to write comment.