Color Hex Logo

#57ace8 Color Hex

#57ACE8
(87,172,232)
0 Favorites   0 Comments

Color spaces of #57ace8

RGB 87172232
HSL0.570.760.63
HSV205°63°91°
CMYK 0.630.260.00   0.09
XYZ33.248537.357581.8023
Yxy37.35750.21820.2451
Hunter Lab61.1208-9.8609-36.5675
CIE-Lab67.5444-7.8036-37.7738

#57ace8 color RGB value is (87,172,232).

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

The process color (four color CMYK) of #57ace8 color hex is 0.63, 0.26, 0.00, 0.09. Web safe color of #57ace8 is #6699ff. Color #57ace8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 11101000
Octal 127 254 350
Decimal 87 172 232
Hex 57 AC E8

RGB Percentages of Color #57ace8

%17.72
%35.03
%47.25

CMYK Percentages of Color #57ace8

%63
%26
%0
%9

Triadic Colors of #57ace8

#57ace8 #e857ac #ace857

Analogous Colors of #57ace8

#57ace8 #5763e8 #57e8dc

Monochromatic Colors of #57ace8

#57ace8

Complementary Color

#57ace8 #e89357

#57ace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ace8 Color CSS Codes

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

#57ace8 Text Font Color

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

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


#57ace8 Background Color

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

This div background color is #57ace8


#57ace8 Border Color

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

This div border color is #57ace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ace8


Comments

No comments written yet.

Please login to write comment.