Color Hex Logo

#57aeae Color Hex

#57AEAE
(87,174,174)
0 Favorites   0 Comments

Color spaces of #57aeae

RGB 87174174
HSL0.500.350.51
HSV180°50°68°
CMYK 0.500.000.00   0.32
XYZ26.706535.354345.4609
Yxy35.35430.24840.3288
Hunter Lab59.4595-23.8800-3.7097
CIE-Lab66.0236-26.0613-8.0622

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

#57aeae hex color red value is 87, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #57aeae hue: 0.50 , saturation: 0.35 and the lightness value of 57aeae is 0.51.

The process color (four color CMYK) of #57aeae color hex is 0.50, 0.00, 0.00, 0.32. Web safe color of #57aeae is #669999. Color #57aeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 10101110
Octal 127 256 256
Decimal 87 174 174
Hex 57 AE AE

RGB Percentages of Color #57aeae

%20.00
%40.00
%40.00

CMYK Percentages of Color #57aeae

%50
%0
%0
%32

Triadic Colors of #57aeae

#57aeae #ae57ae #aeae57

Analogous Colors of #57aeae

#57aeae #5783ae #57ae83

Monochromatic Colors of #57aeae

#57aeae

Complementary Color

#57aeae #ae5757

#57aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aeae Color CSS Codes

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

#57aeae Text Font Color

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

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


#57aeae Background Color

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

This div background color is #57aeae


#57aeae Border Color

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

This div border color is #57aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aeae


Comments

No comments written yet.

Please login to write comment.