Color Hex Logo

#87babc Color Hex

#87BABC
(135,186,188)
0 Favorites   0 Comments

Color spaces of #87babc

RGB 135186188
HSL0.510.280.63
HSV182°28°74°
CMYK 0.280.010.00   0.26
XYZ36.627743.899554.1199
Yxy43.89950.27200.3260
Hunter Lab66.2567-17.2717-2.0497
CIE-Lab72.1613-16.1515-6.4247

#87babc color RGB value is (135,186,188).

#87babc hex color red value is 135, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #87babc hue: 0.51 , saturation: 0.28 and the lightness value of 87babc is 0.63.

The process color (four color CMYK) of #87babc color hex is 0.28, 0.01, 0.00, 0.26. Web safe color of #87babc is #99cccc. Color #87babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111010 10111100
Octal 207 272 274
Decimal 135 186 188
Hex 87 BA BC

RGB Percentages of Color #87babc

%26.52
%36.54
%36.94

CMYK Percentages of Color #87babc

%28
%1
%0
%26

Triadic Colors of #87babc

#87babc #bc87ba #babc87

Analogous Colors of #87babc

#87babc #87a0bc #87bca4

Monochromatic Colors of #87babc

#87babc

Complementary Color

#87babc #bc8987

#87babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87babc Color CSS Codes

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

#87babc Text Font Color

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

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


#87babc Background Color

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

This div background color is #87babc


#87babc Border Color

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

This div border color is #87babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87babc


Comments

No comments written yet.

Please login to write comment.