Color Hex Logo

#87aaad Color Hex

#87AAAD
(135,170,173)
0 Favorites   0 Comments

Color spaces of #87aaad

RGB 135170173
HSL0.510.190.60
HSV185°22°68°
CMYK 0.220.020.00   0.32
XYZ31.909236.917544.9792
Yxy36.91750.28040.3244
Hunter Lab60.7598-12.5868-1.3593
CIE-Lab67.2151-11.1796-5.4780

#87aaad color RGB value is (135,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 10101101
Octal 207 252 255
Decimal 135 170 173
Hex 87 AA AD

RGB Percentages of Color #87aaad

%28.24
%35.56
%36.19

CMYK Percentages of Color #87aaad

%22
%2
%0
%32

Triadic Colors of #87aaad

#87aaad #ad87aa #aaad87

Analogous Colors of #87aaad

#87aaad #8797ad #87ad9d

Monochromatic Colors of #87aaad

#87aaad

Complementary Color

#87aaad #ad8a87

#87aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aaad Color CSS Codes

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

#87aaad Text Font Color

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

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


#87aaad Background Color

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

This div background color is #87aaad


#87aaad Border Color

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

This div border color is #87aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aaad


Comments

No comments written yet.

Please login to write comment.