Color Hex Logo

#87bedb Color Hex

#87BEDB
(135,190,219)
0 Favorites   0 Comments

Color spaces of #87bedb

RGB 135190219
HSL0.560.540.69
HSV201°38°86°
CMYK 0.380.130.00   0.14
XYZ41.191347.092373.9365
Yxy47.09230.25390.2903
Hunter Lab68.6238-12.9475-15.8434
CIE-Lab74.2488-10.6255-20.1895

#87bedb color RGB value is (135,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111110 11011011
Octal 207 276 333
Decimal 135 190 219
Hex 87 BE DB

RGB Percentages of Color #87bedb

%24.82
%34.93
%40.26

CMYK Percentages of Color #87bedb

%38
%13
%0
%14

Triadic Colors of #87bedb

#87bedb #db87be #bedb87

Analogous Colors of #87bedb

#87bedb #8794db #87dbce

Monochromatic Colors of #87bedb

#87bedb

Complementary Color

#87bedb #dba487

#87bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bedb Color CSS Codes

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

#87bedb Text Font Color

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

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


#87bedb Background Color

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

This div background color is #87bedb


#87bedb Border Color

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

This div border color is #87bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bedb


Comments

No comments written yet.

Please login to write comment.