Color Hex Logo

#57fefd Color Hex

#57FEFD
(87,254,253)
0 Favorites   0 Comments

Color spaces of #57fefd

RGB 87254253
HSL0.500.990.67
HSV180°66°100°
CMYK 0.660.000.00   0.00
XYZ57.101980.0017105.3608
Yxy80.00170.23550.3300
Hunter Lab89.4437-42.5699-7.2305
CIE-Lab91.6856-42.2642-12.1549

#57fefd color RGB value is (87,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111110 11111101
Octal 127 376 375
Decimal 87 254 253
Hex 57 FE FD

RGB Percentages of Color #57fefd

%14.65
%42.76
%42.59

CMYK Percentages of Color #57fefd

%66
%0
%0
%0

Triadic Colors of #57fefd

#57fefd #fd57fe #fefd57

Analogous Colors of #57fefd

#57fefd #57acfe #57feaa

Monochromatic Colors of #57fefd

#57fefd

Complementary Color

#57fefd #fe5758

#57fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fefd Color CSS Codes

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

#57fefd Text Font Color

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

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


#57fefd Background Color

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

This div background color is #57fefd


#57fefd Border Color

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

This div border color is #57fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.