Color Hex Logo

#87babd Color Hex

#87BABD
(135,186,189)
0 Favorites   0 Comments

Color spaces of #87babd

RGB 135186189
HSL0.510.290.64
HSV183°29°74°
CMYK 0.290.020.00   0.26
XYZ36.735943.942854.6897
Yxy43.94280.27140.3246
Hunter Lab66.2894-17.0862-2.5126
CIE-Lab72.1902-15.9185-6.9288

#87babd color RGB value is (135,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111010 10111101
Octal 207 272 275
Decimal 135 186 189
Hex 87 BA BD

RGB Percentages of Color #87babd

%26.47
%36.47
%37.06

CMYK Percentages of Color #87babd

%29
%2
%0
%26

Triadic Colors of #87babd

#87babd #bd87ba #babd87

Analogous Colors of #87babd

#87babd #879fbd #87bda5

Monochromatic Colors of #87babd

#87babd

Complementary Color

#87babd #bd8a87

#87babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87babd Color CSS Codes

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

#87babd Text Font Color

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

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


#87babd Background Color

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

This div background color is #87babd


#87babd Border Color

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

This div border color is #87babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87babd


Comments

No comments written yet.

Please login to write comment.