Color Hex Logo

#57acef Color Hex

#57ACEF
(87,172,239)
0 Favorites   0 Comments

Color spaces of #57acef

RGB 87172239
HSL0.570.830.64
HSV206°64°94°
CMYK 0.640.280.00   0.06
XYZ34.263037.763387.1445
Yxy37.76330.21530.2373
Hunter Lab61.4519-8.0166-41.0625
CIE-Lab67.8458-5.5554-41.1289

#57acef color RGB value is (87,172,239).

#57acef hex color red value is 87, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #57acef hue: 0.57 , saturation: 0.83 and the lightness value of 57acef is 0.64.

The process color (four color CMYK) of #57acef color hex is 0.64, 0.28, 0.00, 0.06. Web safe color of #57acef is #6699ff. Color #57acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 11101111
Octal 127 254 357
Decimal 87 172 239
Hex 57 AC EF

RGB Percentages of Color #57acef

%17.47
%34.54
%47.99

CMYK Percentages of Color #57acef

%64
%28
%0
%6

Triadic Colors of #57acef

#57acef #ef57ac #acef57

Analogous Colors of #57acef

#57acef #5760ef #57efe6

Monochromatic Colors of #57acef

#57acef

Complementary Color

#57acef #ef9a57

#57acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acef Color CSS Codes

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

#57acef Text Font Color

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

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


#57acef Background Color

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

This div background color is #57acef


#57acef Border Color

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

This div border color is #57acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acef


Comments

No comments written yet.

Please login to write comment.