Color Hex Logo

#87bcde Color Hex

#87BCDE
(135,188,222)
0 Favorites   0 Comments

Color spaces of #87bcde

RGB 135188222
HSL0.570.570.70
HSV203°39°87°
CMYK 0.390.150.00   0.13
XYZ41.159746.391375.8923
Yxy46.39130.25180.2838
Hunter Lab68.1112-11.3266-18.3856
CIE-Lab73.7987-8.7824-22.5020

#87bcde color RGB value is (135,188,222).

#87bcde hex color red value is 135, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #87bcde hue: 0.57 , saturation: 0.57 and the lightness value of 87bcde is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 11011110
Octal 207 274 336
Decimal 135 188 222
Hex 87 BC DE

RGB Percentages of Color #87bcde

%24.77
%34.50
%40.73

CMYK Percentages of Color #87bcde

%39
%15
%0
%13

Triadic Colors of #87bcde

#87bcde #de87bc #bcde87

Analogous Colors of #87bcde

#87bcde #8791de #87ded5

Monochromatic Colors of #87bcde

#87bcde

Complementary Color

#87bcde #dea987

#87bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bcde Color CSS Codes

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

#87bcde Text Font Color

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

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


#87bcde Background Color

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

This div background color is #87bcde


#87bcde Border Color

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

This div border color is #87bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bcde


Comments

No comments written yet.

Please login to write comment.