Color Hex Logo

#87abdb Color Hex

#87ABDB
(135,171,219)
0 Favorites   0 Comments

Color spaces of #87abdb

RGB 135171219
HSL0.600.540.69
HSV214°38°86°
CMYK 0.380.220.00   0.14
XYZ37.340839.391272.6530
Yxy39.39120.25000.2637
Hunter Lab62.7624-3.6348-24.6997
CIE-Lab69.0337-0.3245-28.1579

#87abdb color RGB value is (135,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 11011011
Octal 207 253 333
Decimal 135 171 219
Hex 87 AB DB

RGB Percentages of Color #87abdb

%25.71
%32.57
%41.71

CMYK Percentages of Color #87abdb

%38
%22
%0
%14

Triadic Colors of #87abdb

#87abdb #db87ab #abdb87

Analogous Colors of #87abdb

#87abdb #8d87db #87d5db

Monochromatic Colors of #87abdb

#87abdb

Complementary Color

#87abdb #dbb787

#87abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abdb Color CSS Codes

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

#87abdb Text Font Color

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

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


#87abdb Background Color

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

This div background color is #87abdb


#87abdb Border Color

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

This div border color is #87abdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,171,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 #87abdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abdb


Comments

No comments written yet.

Please login to write comment.