Color Hex Logo

#57ebff Color Hex

#57EBFF
(87,235,255)
0 Favorites   0 Comments

Color spaces of #57ebff

RGB 87235255
HSL0.521.000.67
HSV187°66°100°
CMYK 0.660.080.00   0.00
XYZ51.688868.6629105.1367
Yxy68.66290.22920.3045
Hunter Lab82.8631-33.6647-17.2230
CIE-Lab86.3368-32.9857-21.2366

#57ebff color RGB value is (87,235,255).

#57ebff hex color red value is 87, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #57ebff hue: 0.52 , saturation: 1.00 and the lightness value of 57ebff is 0.67.

The process color (four color CMYK) of #57ebff color hex is 0.66, 0.08, 0.00, 0.00. Web safe color of #57ebff is #66ffff. Color #57ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101011 11111111
Octal 127 353 377
Decimal 87 235 255
Hex 57 EB FF

RGB Percentages of Color #57ebff

%15.08
%40.73
%44.19

CMYK Percentages of Color #57ebff

%66
%8
%0
%0

Triadic Colors of #57ebff

#57ebff #ff57eb #ebff57

Analogous Colors of #57ebff

#57ebff #5797ff #57ffbf

Monochromatic Colors of #57ebff

#57ebff

Complementary Color

#57ebff #ff6b57

#57ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ebff Color CSS Codes

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

#57ebff Text Font Color

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

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


#57ebff Background Color

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

This div background color is #57ebff


#57ebff Border Color

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

This div border color is #57ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ebff

Related Colors


Comments

No comments written yet.

Please login to write comment.