Color Hex Logo

#57befe Color Hex

#57BEFE
(87,190,254)
0 Favorites   0 Comments

Color spaces of #57befe

RGB 87190254
HSL0.560.990.67
HSV203°66°100°
CMYK 0.660.250.00   0.00
XYZ40.233346.0089100.5260
Yxy46.00890.21540.2463
Hunter Lab67.8299-12.8249-40.3888
CIE-Lab73.5513-10.5756-40.3476

#57befe color RGB value is (87,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 11111110
Octal 127 276 376
Decimal 87 190 254
Hex 57 BE FE

RGB Percentages of Color #57befe

%16.38
%35.78
%47.83

CMYK Percentages of Color #57befe

%66
%25
%0
%0

Triadic Colors of #57befe

#57befe #fe57be #befe57

Analogous Colors of #57befe

#57befe #576bfe #57feeb

Monochromatic Colors of #57befe

#57befe

Complementary Color

#57befe #fe9757

#57befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57befe Color CSS Codes

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

#57befe Text Font Color

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

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


#57befe Background Color

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

This div background color is #57befe


#57befe Border Color

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

This div border color is #57befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57befe


Comments

No comments written yet.

Please login to write comment.