Color Hex Logo

#57acec Color Hex

#57ACEC
(87,172,236)
0 Favorites   0 Comments

Color spaces of #57acec

RGB 87172236
HSL0.570.800.63
HSV206°63°93°
CMYK 0.630.270.00   0.07
XYZ33.823337.587484.8293
Yxy37.58740.21650.2406
Hunter Lab61.3086-8.8134-39.1203
CIE-Lab67.7154-6.5221-39.6945

#57acec color RGB value is (87,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 11101100
Octal 127 254 354
Decimal 87 172 236
Hex 57 AC EC

RGB Percentages of Color #57acec

%17.58
%34.75
%47.68

CMYK Percentages of Color #57acec

%63
%27
%0
%7

Triadic Colors of #57acec

#57acec #ec57ac #acec57

Analogous Colors of #57acec

#57acec #5761ec #57ece2

Monochromatic Colors of #57acec

#57acec

Complementary Color

#57acec #ec9757

#57acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acec Color CSS Codes

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

#57acec Text Font Color

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

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


#57acec Background Color

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

This div background color is #57acec


#57acec Border Color

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

This div border color is #57acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acec


Comments

No comments written yet.

Please login to write comment.