Color Hex Logo

#87aaaa Color Hex

#87AAAA
(135,170,170)
0 Favorites   0 Comments

Color spaces of #87aaaa

RGB 135170170
HSL0.500.170.60
HSV180°21°67°
CMYK 0.210.000.00   0.33
XYZ31.622136.802643.4672
Yxy36.80260.28260.3289
Hunter Lab60.6651-13.1197-0.0163
CIE-Lab67.1287-11.8524-3.9389

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

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

The process color (four color CMYK) of #87aaaa color hex is 0.21, 0.00, 0.00, 0.33. Web safe color of #87aaaa is #999999. Color #87aaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 10101010
Octal 207 252 252
Decimal 135 170 170
Hex 87 AA AA

RGB Percentages of Color #87aaaa

%28.42
%35.79
%35.79

CMYK Percentages of Color #87aaaa

%21
%0
%0
%33

Triadic Colors of #87aaaa

#87aaaa #aa87aa #aaaa87

Analogous Colors of #87aaaa

#87aaaa #8799aa #87aa99

Monochromatic Colors of #87aaaa

#87aaaa

Complementary Color

#87aaaa #aa8787

#87aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aaaa Color CSS Codes

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

#87aaaa Text Font Color

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

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


#87aaaa Background Color

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

This div background color is #87aaaa


#87aaaa Border Color

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

This div border color is #87aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aaaa


Comments

No comments written yet.

Please login to write comment.