Color Hex Logo

#57fedb Color Hex

#57FEDB
(87,254,219)
0 Favorites   0 Comments

Color spaces of #57fedb

RGB 87254219
HSL0.470.990.67
HSV167°66°100°
CMYK 0.660.000.14   0.00
XYZ52.158578.024379.3290
Yxy78.02430.24900.3724
Hunter Lab88.3314-49.17808.5845
CIE-Lab90.7910-50.95214.1577

#57fedb color RGB value is (87,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111110 11011011
Octal 127 376 333
Decimal 87 254 219
Hex 57 FE DB

RGB Percentages of Color #57fedb

%15.54
%45.36
%39.11

CMYK Percentages of Color #57fedb

%66
%0
%14
%0

Triadic Colors of #57fedb

#57fedb #db57fe #fedb57

Analogous Colors of #57fedb

#57fedb #57cefe #57fe88

Monochromatic Colors of #57fedb

#57fedb

Complementary Color

#57fedb #fe577a

#57fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fedb Color CSS Codes

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

#57fedb Text Font Color

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

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


#57fedb Background Color

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

This div background color is #57fedb


#57fedb Border Color

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

This div border color is #57fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.