Color Hex Logo

#57bceb Color Hex

#57BCEB
(87,188,235)
0 Favorites   0 Comments

Color spaces of #57bceb

RGB 87188235
HSL0.550.790.63
HSV199°63°92°
CMYK 0.630.200.00   0.08
XYZ36.909143.990885.1430
Yxy43.99080.22230.2649
Hunter Lab66.3256-16.7374-29.6835
CIE-Lab72.2223-15.4854-32.1505

#57bceb color RGB value is (87,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111100 11101011
Octal 127 274 353
Decimal 87 188 235
Hex 57 BC EB

RGB Percentages of Color #57bceb

%17.06
%36.86
%46.08

CMYK Percentages of Color #57bceb

%63
%20
%0
%8

Triadic Colors of #57bceb

#57bceb #eb57bc #bceb57

Analogous Colors of #57bceb

#57bceb #5772eb #57ebd0

Monochromatic Colors of #57bceb

#57bceb

Complementary Color

#57bceb #eb8657

#57bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bceb Color CSS Codes

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

#57bceb Text Font Color

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

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


#57bceb Background Color

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

This div background color is #57bceb


#57bceb Border Color

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

This div border color is #57bceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,188,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 #57bceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bceb


Comments

No comments written yet.

Please login to write comment.