Color Hex Logo

#87bbe0 Color Hex

#87BBE0
(135,187,224)
0 Favorites   0 Comments

Color spaces of #87bbe0

RGB 135187224
HSL0.570.590.70
HSV205°40°88°
CMYK 0.400.170.00   0.12
XYZ41.216546.073477.2417
Yxy46.07340.25050.2800
Hunter Lab67.8774-10.3967-19.9554
CIE-Lab73.5931-7.7223-23.9013

#87bbe0 color RGB value is (135,187,224).

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

The process color (four color CMYK) of #87bbe0 color hex is 0.40, 0.17, 0.00, 0.12. Web safe color of #87bbe0 is #99cccc. Color #87bbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11100000
Octal 207 273 340
Decimal 135 187 224
Hex 87 BB E0

RGB Percentages of Color #87bbe0

%24.73
%34.25
%41.03

CMYK Percentages of Color #87bbe0

%40
%17
%0
%12

Triadic Colors of #87bbe0

#87bbe0 #e087bb #bbe087

Analogous Colors of #87bbe0

#87bbe0 #878fe0 #87e0d9

Monochromatic Colors of #87bbe0

#87bbe0

Complementary Color

#87bbe0 #e0ac87

#87bbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbe0 Color CSS Codes

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

#87bbe0 Text Font Color

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

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


#87bbe0 Background Color

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

This div background color is #87bbe0


#87bbe0 Border Color

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

This div border color is #87bbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbe0


Comments

No comments written yet.

Please login to write comment.