Color Hex Logo

#87aadb Color Hex

#87AADB
(135,170,219)
0 Favorites   0 Comments

Color spaces of #87aadb

RGB 135170219
HSL0.600.540.69
HSV215°38°86°
CMYK 0.380.220.00   0.14
XYZ37.152639.014872.5903
Yxy39.01480.24980.2623
Hunter Lab62.4618-3.1355-25.1809
CIE-Lab68.76200.2304-28.5761

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

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

The process color (four color CMYK) of #87aadb color hex is 0.38, 0.22, 0.00, 0.14. Web safe color of #87aadb is #9999cc. Color #87aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 11011011
Octal 207 252 333
Decimal 135 170 219
Hex 87 AA DB

RGB Percentages of Color #87aadb

%25.76
%32.44
%41.79

CMYK Percentages of Color #87aadb

%38
%22
%0
%14

Triadic Colors of #87aadb

#87aadb #db87aa #aadb87

Analogous Colors of #87aadb

#87aadb #8e87db #87d4db

Monochromatic Colors of #87aadb

#87aadb

Complementary Color

#87aadb #dbb887

#87aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aadb Color CSS Codes

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

#87aadb Text Font Color

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

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


#87aadb Background Color

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

This div background color is #87aadb


#87aadb Border Color

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

This div border color is #87aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aadb


Comments

No comments written yet.

Please login to write comment.