Color Hex Logo

#87bcbd Color Hex

#87BCBD
(135,188,189)
0 Favorites   0 Comments

Color spaces of #87bcbd

RGB 135188189
HSL0.500.290.64
HSV181°29°74°
CMYK 0.290.010.00   0.26
XYZ37.160244.791554.8312
Yxy44.79150.27170.3275
Hunter Lab66.9265-18.0111-1.7263
CIE-Lab72.7544-16.9533-6.0932

#87bcbd color RGB value is (135,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 10111101
Octal 207 274 275
Decimal 135 188 189
Hex 87 BC BD

RGB Percentages of Color #87bcbd

%26.37
%36.72
%36.91

CMYK Percentages of Color #87bcbd

%29
%1
%0
%26

Triadic Colors of #87bcbd

#87bcbd #bd87bc #bcbd87

Analogous Colors of #87bcbd

#87bcbd #87a1bd #87bda3

Monochromatic Colors of #87bcbd

#87bcbd

Complementary Color

#87bcbd #bd8887

#87bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bcbd Color CSS Codes

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

#87bcbd Text Font Color

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

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


#87bcbd Background Color

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

This div background color is #87bcbd


#87bcbd Border Color

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

This div border color is #87bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bcbd


Comments

No comments written yet.

Please login to write comment.