Color Hex Logo

#87aaae Color Hex

#87AAAE
(135,170,174)
0 Favorites   0 Comments

Color spaces of #87aaae

RGB 135170174
HSL0.520.190.61
HSV186°22°68°
CMYK 0.220.020.00   0.32
XYZ32.006436.956345.4908
Yxy36.95630.27960.3229
Hunter Lab60.7917-12.4065-1.8129
CIE-Lab67.2442-10.9527-5.9904

#87aaae color RGB value is (135,170,174).

#87aaae hex color red value is 135, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #87aaae hue: 0.52 , saturation: 0.19 and the lightness value of 87aaae is 0.61.

The process color (four color CMYK) of #87aaae color hex is 0.22, 0.02, 0.00, 0.32. Web safe color of #87aaae is #999999. Color #87aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 10101110
Octal 207 252 256
Decimal 135 170 174
Hex 87 AA AE

RGB Percentages of Color #87aaae

%28.18
%35.49
%36.33

CMYK Percentages of Color #87aaae

%22
%2
%0
%32

Triadic Colors of #87aaae

#87aaae #ae87aa #aaae87

Analogous Colors of #87aaae

#87aaae #8797ae #87ae9f

Monochromatic Colors of #87aaae

#87aaae

Complementary Color

#87aaae #ae8b87

#87aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aaae Color CSS Codes

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

#87aaae Text Font Color

<p style="color:#87aaae">Text here</p>

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


#87aaae Background Color

<div style="background-color:#87aaae">
Div content here</div>

This div background color is #87aaae


#87aaae Border Color

<div style="border:3px solid #87aaae">
Div here</div>

This div border color is #87aaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,170,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 #87aaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aaae

#87aaae Color Palettes


Comments

No comments written yet.

Please login to write comment.