Color Hex Logo

#87abbd Color Hex

#87ABBD
(135,171,189)
0 Favorites   0 Comments

Color spaces of #87abbd

RGB 135171189
HSL0.560.290.64
HSV200°29°74°
CMYK 0.290.100.00   0.26
XYZ33.739937.950853.6911
Yxy37.95080.26910.3027
Hunter Lab61.6042-10.0451-8.5512
CIE-Lab67.9843-7.9728-13.2068

#87abbd color RGB value is (135,171,189).

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

The process color (four color CMYK) of #87abbd color hex is 0.29, 0.10, 0.00, 0.26. Web safe color of #87abbd is #9999cc. Color #87abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 10111101
Octal 207 253 275
Decimal 135 171 189
Hex 87 AB BD

RGB Percentages of Color #87abbd

%27.27
%34.55
%38.18

CMYK Percentages of Color #87abbd

%29
%10
%0
%26

Triadic Colors of #87abbd

#87abbd #bd87ab #abbd87

Analogous Colors of #87abbd

#87abbd #8790bd #87bdb4

Monochromatic Colors of #87abbd

#87abbd

Complementary Color

#87abbd #bd9987

#87abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abbd Color CSS Codes

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

#87abbd Text Font Color

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

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


#87abbd Background Color

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

This div background color is #87abbd


#87abbd Border Color

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

This div border color is #87abbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,171,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 #87abbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abbd


Comments

No comments written yet.

Please login to write comment.