Color Hex Logo

#57aebc Color Hex

#57AEBC
(87,174,188)
0 Favorites   0 Comments

Color spaces of #57aebc

RGB 87174188
HSL0.520.430.54
HSV188°54°74°
CMYK 0.540.070.00   0.26
XYZ28.143635.929253.0287
Yxy35.92920.24030.3068
Hunter Lab59.9410-21.0870-10.4941
CIE-Lab66.4658-22.1956-15.1725

#57aebc color RGB value is (87,174,188).

#57aebc hex color red value is 87, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #57aebc hue: 0.52 , saturation: 0.43 and the lightness value of 57aebc is 0.54.

The process color (four color CMYK) of #57aebc color hex is 0.54, 0.07, 0.00, 0.26. Web safe color of #57aebc is #6699cc. Color #57aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 10111100
Octal 127 256 274
Decimal 87 174 188
Hex 57 AE BC

RGB Percentages of Color #57aebc

%19.38
%38.75
%41.87

CMYK Percentages of Color #57aebc

%54
%7
%0
%26

Triadic Colors of #57aebc

#57aebc #bc57ae #aebc57

Analogous Colors of #57aebc

#57aebc #577cbc #57bc98

Monochromatic Colors of #57aebc

#57aebc

Complementary Color

#57aebc #bc6557

#57aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aebc Color CSS Codes

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

#57aebc Text Font Color

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

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


#57aebc Background Color

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

This div background color is #57aebc


#57aebc Border Color

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

This div border color is #57aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aebc


Comments

No comments written yet.

Please login to write comment.