Color Hex Logo

#57bfdb Color Hex

#57BFDB
(87,191,219)
0 Favorites   0 Comments

Color spaces of #57bfdb

RGB 87191219
HSL0.540.650.60
HSV193°60°86°
CMYK 0.600.130.00   0.14
XYZ35.347544.402373.7253
Yxy44.40230.23030.2893
Hunter Lab66.6351-21.9235-18.9542
CIE-Lab72.4966-21.8863-23.0430

#57bfdb color RGB value is (87,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11011011
Octal 127 277 333
Decimal 87 191 219
Hex 57 BF DB

RGB Percentages of Color #57bfdb

%17.51
%38.43
%44.06

CMYK Percentages of Color #57bfdb

%60
%13
%0
%14

Triadic Colors of #57bfdb

#57bfdb #db57bf #bfdb57

Analogous Colors of #57bfdb

#57bfdb #577ddb #57dbb5

Monochromatic Colors of #57bfdb

#57bfdb

Complementary Color

#57bfdb #db7357

#57bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bfdb Color CSS Codes

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

#57bfdb Text Font Color

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

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


#57bfdb Background Color

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

This div background color is #57bfdb


#57bfdb Border Color

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

This div border color is #57bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bfdb


Comments

No comments written yet.

Please login to write comment.