Color Hex Logo

#87bbfe Color Hex

#87BBFE
(135,187,254)
0 Favorites   0 Comments

Color spaces of #87bbfe

RGB 135187254
HSL0.590.980.76
HSV214°47°100°
CMYK 0.470.260.00   0.00
XYZ45.651447.8473100.5953
Yxy47.84730.23520.2465
Hunter Lab69.1717-3.2456-37.8042
CIE-Lab74.72850.4981-38.3627

#87bbfe color RGB value is (135,187,254).

#87bbfe hex color red value is 135, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #87bbfe hue: 0.59 , saturation: 0.98 and the lightness value of 87bbfe is 0.76.

The process color (four color CMYK) of #87bbfe color hex is 0.47, 0.26, 0.00, 0.00. Web safe color of #87bbfe is #99ccff. Color #87bbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11111110
Octal 207 273 376
Decimal 135 187 254
Hex 87 BB FE

RGB Percentages of Color #87bbfe

%23.44
%32.47
%44.10

CMYK Percentages of Color #87bbfe

%47
%26
%0
%0

Triadic Colors of #87bbfe

#87bbfe #fe87bb #bbfe87

Analogous Colors of #87bbfe

#87bbfe #8f87fe #87f7fe

Monochromatic Colors of #87bbfe

#87bbfe

Complementary Color

#87bbfe #feca87

#87bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbfe Color CSS Codes

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

#87bbfe Text Font Color

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

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


#87bbfe Background Color

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

This div background color is #87bbfe


#87bbfe Border Color

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

This div border color is #87bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.