Color Hex Logo

#57aebf Color Hex

#57AEBF
(87,174,191)
0 Favorites   0 Comments

Color spaces of #57aebf

RGB 87174191
HSL0.530.450.55
HSV190°54°75°
CMYK 0.540.090.00   0.25
XYZ28.470536.059954.7499
Yxy36.05990.23870.3023
Hunter Lab60.0499-20.4580-12.0221
CIE-Lab66.5657-21.3407-16.6847

#57aebf color RGB value is (87,174,191).

#57aebf hex color red value is 87, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #57aebf hue: 0.53 , saturation: 0.45 and the lightness value of 57aebf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 10111111
Octal 127 256 277
Decimal 87 174 191
Hex 57 AE BF

RGB Percentages of Color #57aebf

%19.25
%38.50
%42.26

CMYK Percentages of Color #57aebf

%54
%9
%0
%25

Triadic Colors of #57aebf

#57aebf #bf57ae #aebf57

Analogous Colors of #57aebf

#57aebf #577abf #57bf9c

Monochromatic Colors of #57aebf

#57aebf

Complementary Color

#57aebf #bf6857

#57aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aebf Color CSS Codes

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

#57aebf Text Font Color

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

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


#57aebf Background Color

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

This div background color is #57aebf


#57aebf Border Color

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

This div border color is #57aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aebf


Comments

No comments written yet.

Please login to write comment.