Color Hex Logo

#57bdfe Color Hex

#57BDFE
(87,189,254)
0 Favorites   0 Comments

Color spaces of #57bdfe

RGB 87189254
HSL0.560.990.67
HSV203°66°100°
CMYK 0.660.260.00   0.00
XYZ40.017545.5772100.4541
Yxy45.57720.21510.2450
Hunter Lab67.5109-12.3371-40.9641
CIE-Lab73.2703-10.0369-40.7856

#57bdfe color RGB value is (87,189,254).

#57bdfe hex color red value is 87, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #57bdfe hue: 0.56 , saturation: 0.99 and the lightness value of 57bdfe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111101 11111110
Octal 127 275 376
Decimal 87 189 254
Hex 57 BD FE

RGB Percentages of Color #57bdfe

%16.42
%35.66
%47.92

CMYK Percentages of Color #57bdfe

%66
%26
%0
%0

Triadic Colors of #57bdfe

#57bdfe #fe57bd #bdfe57

Analogous Colors of #57bdfe

#57bdfe #576afe #57feec

Monochromatic Colors of #57bdfe

#57bdfe

Complementary Color

#57bdfe #fe9857

#57bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bdfe Color CSS Codes

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

#57bdfe Text Font Color

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

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


#57bdfe Background Color

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

This div background color is #57bdfe


#57bdfe Border Color

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

This div border color is #57bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bdfe


Comments

No comments written yet.

Please login to write comment.