Color Hex Logo

#57baeb Color Hex

#57BAEB
(87,186,235)
0 Favorites   0 Comments

Color spaces of #57baeb

RGB 87186235
HSL0.560.790.63
HSV200°63°92°
CMYK 0.630.210.00   0.08
XYZ36.484843.142285.0016
Yxy43.14220.22160.2621
Hunter Lab65.6827-15.7933-30.7507
CIE-Lab71.6514-14.4275-33.0328

#57baeb color RGB value is (87,186,235).

#57baeb hex color red value is 87, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #57baeb hue: 0.56 , saturation: 0.79 and the lightness value of 57baeb is 0.63.

The process color (four color CMYK) of #57baeb color hex is 0.63, 0.21, 0.00, 0.08. Web safe color of #57baeb is #66ccff. Color #57baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111010 11101011
Octal 127 272 353
Decimal 87 186 235
Hex 57 BA EB

RGB Percentages of Color #57baeb

%17.13
%36.61
%46.26

CMYK Percentages of Color #57baeb

%63
%21
%0
%8

Triadic Colors of #57baeb

#57baeb #eb57ba #baeb57

Analogous Colors of #57baeb

#57baeb #5770eb #57ebd2

Monochromatic Colors of #57baeb

#57baeb

Complementary Color

#57baeb #eb8857

#57baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57baeb Color CSS Codes

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

#57baeb Text Font Color

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

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


#57baeb Background Color

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

This div background color is #57baeb


#57baeb Border Color

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

This div border color is #57baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57baeb


Comments

No comments written yet.

Please login to write comment.