Color Hex Logo

#87aaac Color Hex

#87AAAC
(135,170,172)
0 Favorites   0 Comments

Color spaces of #87aaac

RGB 135170172
HSL0.510.180.60
HSV183°22°67°
CMYK 0.220.010.00   0.33
XYZ31.812836.878944.4714
Yxy36.87890.28110.3259
Hunter Lab60.7280-12.7655-0.9087
CIE-Lab67.1861-11.4048-4.9654

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

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

The process color (four color CMYK) of #87aaac color hex is 0.22, 0.01, 0.00, 0.33. Web safe color of #87aaac is #999999. Color #87aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 10101100
Octal 207 252 254
Decimal 135 170 172
Hex 87 AA AC

RGB Percentages of Color #87aaac

%28.30
%35.64
%36.06

CMYK Percentages of Color #87aaac

%22
%1
%0
%33

Triadic Colors of #87aaac

#87aaac #ac87aa #aaac87

Analogous Colors of #87aaac

#87aaac #8798ac #87ac9c

Monochromatic Colors of #87aaac

#87aaac

Complementary Color

#87aaac #ac8987

#87aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aaac Color CSS Codes

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

#87aaac Text Font Color

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

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


#87aaac Background Color

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

This div background color is #87aaac


#87aaac Border Color

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

This div border color is #87aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aaac


Comments

No comments written yet.

Please login to write comment.