Color Hex Logo

#87badb Color Hex

#87BADB
(135,186,219)
0 Favorites   0 Comments

Color spaces of #87badb

RGB 135186219
HSL0.570.540.69
HSV204°38°86°
CMYK 0.380.150.00   0.14
XYZ40.336845.383273.6517
Yxy45.38320.25310.2848
Hunter Lab67.3671-11.0134-17.6642
CIE-Lab73.1435-8.4961-21.8692

#87badb color RGB value is (135,186,219).

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

The process color (four color CMYK) of #87badb color hex is 0.38, 0.15, 0.00, 0.14. Web safe color of #87badb is #99cccc. Color #87badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111010 11011011
Octal 207 272 333
Decimal 135 186 219
Hex 87 BA DB

RGB Percentages of Color #87badb

%25.00
%34.44
%40.56

CMYK Percentages of Color #87badb

%38
%15
%0
%14

Triadic Colors of #87badb

#87badb #db87ba #badb87

Analogous Colors of #87badb

#87badb #8790db #87dbd2

Monochromatic Colors of #87badb

#87badb

Complementary Color

#87badb #dba887

#87badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87badb Color CSS Codes

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

#87badb Text Font Color

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

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


#87badb Background Color

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

This div background color is #87badb


#87badb Border Color

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

This div border color is #87badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87badb


Comments

No comments written yet.

Please login to write comment.