Color Hex Logo

#57fedc Color Hex

#57FEDC
(87,254,220)
0 Favorites   0 Comments

Color spaces of #57fedc

RGB 87254220
HSL0.470.990.67
HSV168°66°100°
CMYK 0.660.000.13   0.00
XYZ52.290678.077280.0245
Yxy78.07720.24850.3711
Hunter Lab88.3613-48.99938.1569
CIE-Lab90.8151-50.71083.6749

#57fedc color RGB value is (87,254,220).

#57fedc hex color red value is 87, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #57fedc hue: 0.47 , saturation: 0.99 and the lightness value of 57fedc is 0.67.

The process color (four color CMYK) of #57fedc color hex is 0.66, 0.00, 0.13, 0.00. Web safe color of #57fedc is #66ffcc. Color #57fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111110 11011100
Octal 127 376 334
Decimal 87 254 220
Hex 57 FE DC

RGB Percentages of Color #57fedc

%15.51
%45.28
%39.22

CMYK Percentages of Color #57fedc

%66
%0
%13
%0

Triadic Colors of #57fedc

#57fedc #dc57fe #fedc57

Analogous Colors of #57fedc

#57fedc #57cdfe #57fe89

Monochromatic Colors of #57fedc

#57fedc

Complementary Color

#57fedc #fe5779

#57fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fedc Color CSS Codes

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

#57fedc Text Font Color

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

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


#57fedc Background Color

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

This div background color is #57fedc


#57fedc Border Color

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

This div border color is #57fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.