Color Hex Logo

#57effd Color Hex

#57EFFD
(87,239,253)
0 Favorites   0 Comments

Color spaces of #57effd

RGB 87239253
HSL0.510.980.67
HSV185°66°99°
CMYK 0.660.060.00   0.01
XYZ52.526670.8511103.8357
Yxy70.85110.23120.3118
Hunter Lab84.1731-35.9134-14.2188
CIE-Lab87.4126-35.4294-18.5630

#57effd color RGB value is (87,239,253).

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

The process color (four color CMYK) of #57effd color hex is 0.66, 0.06, 0.00, 0.01. Web safe color of #57effd is #66ffff. Color #57effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101111 11111101
Octal 127 357 375
Decimal 87 239 253
Hex 57 EF FD

RGB Percentages of Color #57effd

%15.03
%41.28
%43.70

CMYK Percentages of Color #57effd

%66
%6
%0
%1

Triadic Colors of #57effd

#57effd #fd57ef #effd57

Analogous Colors of #57effd

#57effd #579cfd #57fdb8

Monochromatic Colors of #57effd

#57effd

Complementary Color

#57effd #fd6557

#57effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57effd Color CSS Codes

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

#57effd Text Font Color

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

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


#57effd Background Color

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

This div background color is #57effd


#57effd Border Color

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

This div border color is #57effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57effd


Comments

No comments written yet.

Please login to write comment.