Color Hex Logo

#57debd Color Hex

#57DEBD
(87,222,189)
0 Favorites   0 Comments

Color spaces of #57debd

RGB 87222189
HSL0.460.670.61
HSV165°61°87°
CMYK 0.610.000.15   0.13
XYZ39.237157.942957.2602
Yxy57.94290.25410.3752
Hunter Lab76.1202-41.20048.6842
CIE-Lab80.7070-44.54375.3025

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011110 10111101
Octal 127 336 275
Decimal 87 222 189
Hex 57 DE BD

RGB Percentages of Color #57debd

%17.47
%44.58
%37.95

CMYK Percentages of Color #57debd

%61
%0
%15
%13

Triadic Colors of #57debd

#57debd #bd57de #debd57

Analogous Colors of #57debd

#57debd #57bcde #57de7a

Monochromatic Colors of #57debd

#57debd

Complementary Color

#57debd #de5778

#57debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57debd Color CSS Codes

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

#57debd Text Font Color

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

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


#57debd Background Color

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

This div background color is #57debd


#57debd Border Color

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

This div border color is #57debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57debd


Comments

No comments written yet.

Please login to write comment.