Color Hex Logo

#57bed1 Color Hex

#57BED1
(87,190,209)
0 Favorites   0 Comments

Color spaces of #57bed1

RGB 87190209
HSL0.530.570.58
HSV189°58°82°
CMYK 0.580.090.00   0.18
XYZ33.852643.456666.9253
Yxy43.45660.23470.3013
Hunter Lab65.9216-23.6981-14.0476
CIE-Lab71.8638-24.3008-18.5595

#57bed1 color RGB value is (87,190,209).

#57bed1 hex color red value is 87, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #57bed1 hue: 0.53 , saturation: 0.57 and the lightness value of 57bed1 is 0.58.

The process color (four color CMYK) of #57bed1 color hex is 0.58, 0.09, 0.00, 0.18. Web safe color of #57bed1 is #66cccc. Color #57bed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 11010001
Octal 127 276 321
Decimal 87 190 209
Hex 57 BE D1

RGB Percentages of Color #57bed1

%17.90
%39.09
%43.00

CMYK Percentages of Color #57bed1

%58
%9
%0
%18

Triadic Colors of #57bed1

#57bed1 #d157be #bed157

Analogous Colors of #57bed1

#57bed1 #5781d1 #57d1a7

Monochromatic Colors of #57bed1

#57bed1

Complementary Color

#57bed1 #d16a57

#57bed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bed1 Color CSS Codes

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

#57bed1 Text Font Color

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

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


#57bed1 Background Color

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

This div background color is #57bed1


#57bed1 Border Color

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

This div border color is #57bed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bed1


Comments

No comments written yet.

Please login to write comment.