Color Hex Logo

#57bfdd Color Hex

#57BFDD
(87,191,221)
0 Favorites   0 Comments

Color spaces of #57bfdd

RGB 87191221
HSL0.540.660.60
HSV193°61°87°
CMYK 0.610.140.00   0.13
XYZ35.612444.508375.1206
Yxy44.50830.22940.2867
Hunter Lab66.7145-21.4667-20.0604
CIE-Lab72.5669-21.2936-24.0227

#57bfdd color RGB value is (87,191,221).

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

The process color (four color CMYK) of #57bfdd color hex is 0.61, 0.14, 0.00, 0.13. Web safe color of #57bfdd is #66cccc. Color #57bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11011101
Octal 127 277 335
Decimal 87 191 221
Hex 57 BF DD

RGB Percentages of Color #57bfdd

%17.43
%38.28
%44.29

CMYK Percentages of Color #57bfdd

%61
%14
%0
%13

Triadic Colors of #57bfdd

#57bfdd #dd57bf #bfdd57

Analogous Colors of #57bfdd

#57bfdd #577cdd #57ddb8

Monochromatic Colors of #57bfdd

#57bfdd

Complementary Color

#57bfdd #dd7557

#57bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bfdd Color CSS Codes

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

#57bfdd Text Font Color

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

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


#57bfdd Background Color

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

This div background color is #57bfdd


#57bfdd Border Color

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

This div border color is #57bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bfdd


Comments

No comments written yet.

Please login to write comment.