Color Hex Logo

#57bfda Color Hex

#57BFDA
(87,191,218)
0 Favorites   0 Comments

Color spaces of #57bfda

RGB 87191218
HSL0.530.640.60
HSV192°60°85°
CMYK 0.600.120.00   0.15
XYZ35.216244.349873.0339
Yxy44.34980.23080.2906
Hunter Lab66.5956-22.1504-18.4050
CIE-Lab72.4617-22.1817-22.5524

#57bfda color RGB value is (87,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11011010
Octal 127 277 332
Decimal 87 191 218
Hex 57 BF DA

RGB Percentages of Color #57bfda

%17.54
%38.51
%43.95

CMYK Percentages of Color #57bfda

%60
%12
%0
%15

Triadic Colors of #57bfda

#57bfda #da57bf #bfda57

Analogous Colors of #57bfda

#57bfda #577eda #57dab4

Monochromatic Colors of #57bfda

#57bfda

Complementary Color

#57bfda #da7257

#57bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bfda Color CSS Codes

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

#57bfda Text Font Color

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

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


#57bfda Background Color

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

This div background color is #57bfda


#57bfda Border Color

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

This div border color is #57bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bfda


Comments

No comments written yet.

Please login to write comment.