Color Hex Logo

#57defd Color Hex

#57DEFD
(87,222,253)
0 Favorites   0 Comments

Color spaces of #57defd

RGB 87222253
HSL0.530.980.67
HSV191°66°99°
CMYK 0.660.120.00   0.01
XYZ47.781461.3606102.2540
Yxy61.36060.22600.2903
Hunter Lab78.3330-28.2017-22.5626
CIE-Lab82.5722-27.3134-25.9038

#57defd color RGB value is (87,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011110 11111101
Octal 127 336 375
Decimal 87 222 253
Hex 57 DE FD

RGB Percentages of Color #57defd

%15.48
%39.50
%45.02

CMYK Percentages of Color #57defd

%66
%12
%0
%1

Triadic Colors of #57defd

#57defd #fd57de #defd57

Analogous Colors of #57defd

#57defd #578bfd #57fdc9

Monochromatic Colors of #57defd

#57defd

Complementary Color

#57defd #fd7657

#57defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57defd Color CSS Codes

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

#57defd Text Font Color

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

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


#57defd Background Color

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

This div background color is #57defd


#57defd Border Color

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

This div border color is #57defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57defd

Related Colors


Comments

No comments written yet.

Please login to write comment.