Color Hex Logo

#87b4eb Color Hex

#87B4EB
(135,180,235)
0 Favorites   0 Comments

Color spaces of #87b4eb

RGB 135180235
HSL0.590.710.73
HSV213°43°92°
CMYK 0.430.230.00   0.08
XYZ41.308343.791684.8727
Yxy43.79160.24300.2576
Hunter Lab66.1752-4.3823-29.7194
CIE-Lab72.0890-0.9581-32.1852

#87b4eb color RGB value is (135,180,235).

#87b4eb hex color red value is 135, green value is 180 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #87b4eb hue: 0.59 , saturation: 0.71 and the lightness value of 87b4eb is 0.73.

The process color (four color CMYK) of #87b4eb color hex is 0.43, 0.23, 0.00, 0.08. Web safe color of #87b4eb is #99ccff. Color #87b4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10110100 11101011
Octal 207 264 353
Decimal 135 180 235
Hex 87 B4 EB

RGB Percentages of Color #87b4eb

%24.55
%32.73
%42.73

CMYK Percentages of Color #87b4eb

%43
%23
%0
%8

Triadic Colors of #87b4eb

#87b4eb #eb87b4 #b4eb87

Analogous Colors of #87b4eb

#87b4eb #8c87eb #87e6eb

Monochromatic Colors of #87b4eb

#87b4eb

Complementary Color

#87b4eb #ebbe87

#87b4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87b4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87b4eb Color CSS Codes

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

#87b4eb Text Font Color

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

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


#87b4eb Background Color

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

This div background color is #87b4eb


#87b4eb Border Color

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

This div border color is #87b4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87b4eb


Comments

No comments written yet.

Please login to write comment.