Color Hex Logo

#57aebb Color Hex

#57AEBB
(87,174,187)
0 Favorites   0 Comments

Color spaces of #57aebb

RGB 87174187
HSL0.520.420.54
HSV188°53°73°
CMYK 0.530.070.00   0.27
XYZ28.036235.886252.4628
Yxy35.88620.24090.3083
Hunter Lab59.9051-21.2941-9.9906
CIE-Lab66.4329-22.4782-14.6675

#57aebb color RGB value is (87,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 10111011
Octal 127 256 273
Decimal 87 174 187
Hex 57 AE BB

RGB Percentages of Color #57aebb

%19.42
%38.84
%41.74

CMYK Percentages of Color #57aebb

%53
%7
%0
%27

Triadic Colors of #57aebb

#57aebb #bb57ae #aebb57

Analogous Colors of #57aebb

#57aebb #577cbb #57bb96

Monochromatic Colors of #57aebb

#57aebb

Complementary Color

#57aebb #bb6457

#57aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aebb Color CSS Codes

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

#57aebb Text Font Color

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

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


#57aebb Background Color

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

This div background color is #57aebb


#57aebb Border Color

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

This div border color is #57aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aebb


Comments

No comments written yet.

Please login to write comment.