Color Hex Logo

#57dece Color Hex

#57DECE
(87,222,206)
1 Favorites   0 Comments

Color spaces of #57dece

RGB 87222206
HSL0.480.670.61
HSV173°61°87°
CMYK 0.610.000.07   0.13
XYZ41.192358.725067.5565
Yxy58.72500.24600.3507
Hunter Lab76.6322-38.15691.3744
CIE-Lab81.1402-40.3269-3.0986

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

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

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

Base Numbers

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

RGB Percentages of Color #57dece

%16.89
%43.11
%40.00

CMYK Percentages of Color #57dece

%61
%0
%7
%13

Triadic Colors of #57dece

#57dece #ce57de #dece57

Analogous Colors of #57dece

#57dece #57abde #57de8b

Monochromatic Colors of #57dece

#57dece

Complementary Color

#57dece #de5767

#57dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dece Color CSS Codes

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

#57dece Text Font Color

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

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


#57dece Background Color

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

This div background color is #57dece


#57dece Border Color

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

This div border color is #57dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dece


Comments

No comments written yet.

Please login to write comment.