Color Hex Logo

#87aacc Color Hex

#87AACC
(135,170,204)
0 Favorites   0 Comments

Color spaces of #87aacc

RGB 135170204
HSL0.580.400.66
HSV210°34°80°
CMYK 0.340.170.00   0.20
XYZ35.265538.260062.6530
Yxy38.26000.25900.2810
Hunter Lab61.8547-6.4766-16.7570
CIE-Lab68.2118-3.6957-21.1577

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

#87aacc hex color red value is 135, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #87aacc hue: 0.58 , saturation: 0.40 and the lightness value of 87aacc is 0.66.

The process color (four color CMYK) of #87aacc color hex is 0.34, 0.17, 0.00, 0.20. Web safe color of #87aacc is #9999cc. Color #87aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 11001100
Octal 207 252 314
Decimal 135 170 204
Hex 87 AA CC

RGB Percentages of Color #87aacc

%26.52
%33.40
%40.08

CMYK Percentages of Color #87aacc

%34
%17
%0
%20

Triadic Colors of #87aacc

#87aacc #cc87aa #aacc87

Analogous Colors of #87aacc

#87aacc #8788cc #87cccc

Monochromatic Colors of #87aacc

#87aacc

Complementary Color

#87aacc #cca987

#87aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aacc Color CSS Codes

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

#87aacc Text Font Color

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

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


#87aacc Background Color

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

This div background color is #87aacc


#87aacc Border Color

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

This div border color is #87aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aacc


Comments

No comments written yet.

Please login to write comment.