Color Hex Logo

#57cede Color Hex

#57CEDE
(87,206,222)
0 Favorites   0 Comments

Color spaces of #57cede

RGB 87206222
HSL0.520.670.61
HSV187°61°87°
CMYK 0.610.070.00   0.13
XYZ39.186651.442876.9713
Yxy51.44280.23380.3069
Hunter Lab71.7236-27.9919-13.4214
CIE-Lab76.9465-28.4941-17.9113

#57cede color RGB value is (87,206,222).

#57cede hex color red value is 87, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #57cede hue: 0.52 , saturation: 0.67 and the lightness value of 57cede is 0.61.

The process color (four color CMYK) of #57cede color hex is 0.61, 0.07, 0.00, 0.13. Web safe color of #57cede is #66cccc. Color #57cede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001110 11011110
Octal 127 316 336
Decimal 87 206 222
Hex 57 CE DE

RGB Percentages of Color #57cede

%16.89
%40.00
%43.11

CMYK Percentages of Color #57cede

%61
%7
%0
%13

Triadic Colors of #57cede

#57cede #de57ce #cede57

Analogous Colors of #57cede

#57cede #578bde #57deab

Monochromatic Colors of #57cede

#57cede

Complementary Color

#57cede #de6757

#57cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cede Color CSS Codes

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

#57cede Text Font Color

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

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


#57cede Background Color

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

This div background color is #57cede


#57cede Border Color

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

This div border color is #57cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cede


Comments

No comments written yet.

Please login to write comment.