Color Hex Logo

#57ddfb Color Hex

#57DDFB
(87,221,251)
0 Favorites   0 Comments

Color spaces of #57ddfb

RGB 87221251
HSL0.530.950.66
HSV191°65°98°
CMYK 0.650.120.00   0.02
XYZ47.199560.7042100.4962
Yxy60.70420.22650.2913
Hunter Lab77.9129-28.2126-21.9364
CIE-Lab82.2195-27.4134-25.3832

#57ddfb color RGB value is (87,221,251).

#57ddfb hex color red value is 87, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #57ddfb hue: 0.53 , saturation: 0.95 and the lightness value of 57ddfb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011101 11111011
Octal 127 335 373
Decimal 87 221 251
Hex 57 DD FB

RGB Percentages of Color #57ddfb

%15.56
%39.53
%44.90

CMYK Percentages of Color #57ddfb

%65
%12
%0
%2

Triadic Colors of #57ddfb

#57ddfb #fb57dd #ddfb57

Analogous Colors of #57ddfb

#57ddfb #578bfb #57fbc7

Monochromatic Colors of #57ddfb

#57ddfb

Complementary Color

#57ddfb #fb7557

#57ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ddfb Color CSS Codes

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

#57ddfb Text Font Color

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

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


#57ddfb Background Color

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

This div background color is #57ddfb


#57ddfb Border Color

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

This div border color is #57ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.