Color Hex Logo

#57dede Color Hex

#57DEDE
(87,222,222)
0 Favorites   0 Comments

Color spaces of #57dede

RGB 87222222
HSL0.500.670.61
HSV180°61°87°
CMYK 0.610.000.00   0.13
XYZ43.236659.542778.3213
Yxy59.54270.23870.3288
Hunter Lab77.1639-35.0195-6.1646
CIE-Lab81.5890-36.1026-10.9425

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011110 11011110
Octal 127 336 336
Decimal 87 222 222
Hex 57 DE DE

RGB Percentages of Color #57dede

%16.38
%41.81
%41.81

CMYK Percentages of Color #57dede

%61
%0
%0
%13

Triadic Colors of #57dede

#57dede #de57de #dede57

Analogous Colors of #57dede

#57dede #579bde #57de9b

Monochromatic Colors of #57dede

#57dede

Complementary Color

#57dede #de5757

#57dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dede Color CSS Codes

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

#57dede Text Font Color

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

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


#57dede Background Color

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

This div background color is #57dede


#57dede Border Color

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

This div border color is #57dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dede


Comments

No comments written yet.

Please login to write comment.