Color Hex Logo

#87bbff Color Hex

#87BBFF
(135,187,255)
0 Favorites   0 Comments

Color spaces of #87bbff

RGB 135187255
HSL0.591.000.76
HSV214°47°100°
CMYK 0.470.270.00   0.00
XYZ45.812047.9115101.4410
Yxy47.91150.23470.2455
Hunter Lab69.2181-2.9916-38.4384
CIE-Lab74.76910.7819-38.8371

#87bbff color RGB value is (135,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11111111
Octal 207 273 377
Decimal 135 187 255
Hex 87 BB FF

RGB Percentages of Color #87bbff

%23.40
%32.41
%44.19

CMYK Percentages of Color #87bbff

%47
%27
%0
%0

Triadic Colors of #87bbff

#87bbff #ff87bb #bbff87

Analogous Colors of #87bbff

#87bbff #8f87ff #87f7ff

Monochromatic Colors of #87bbff

#87bbff

Complementary Color

#87bbff #ffcb87

#87bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbff Color CSS Codes

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

#87bbff Text Font Color

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

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


#87bbff Background Color

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

This div background color is #87bbff


#87bbff Border Color

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

This div border color is #87bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.