Color Hex Logo

#87bbec Color Hex

#87BBEC
(135,187,236)
0 Favorites   0 Comments

Color spaces of #87bbec

RGB 135187236
HSL0.580.730.73
HSV209°43°93°
CMYK 0.430.210.00   0.07
XYZ42.902346.747786.1189
Yxy46.74770.24410.2660
Hunter Lab68.3723-7.6462-26.8186
CIE-Lab74.0281-4.5062-29.7384

#87bbec color RGB value is (135,187,236).

#87bbec hex color red value is 135, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #87bbec hue: 0.58 , saturation: 0.73 and the lightness value of 87bbec is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11101100
Octal 207 273 354
Decimal 135 187 236
Hex 87 BB EC

RGB Percentages of Color #87bbec

%24.19
%33.51
%42.29

CMYK Percentages of Color #87bbec

%43
%21
%0
%7

Triadic Colors of #87bbec

#87bbec #ec87bb #bbec87

Analogous Colors of #87bbec

#87bbec #8789ec #87eceb

Monochromatic Colors of #87bbec

#87bbec

Complementary Color

#87bbec #ecb887

#87bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbec Color CSS Codes

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

#87bbec Text Font Color

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

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


#87bbec Background Color

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

This div background color is #87bbec


#87bbec Border Color

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

This div border color is #87bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbec


Comments

No comments written yet.

Please login to write comment.