color codes Logo

#87bdbc color codes

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

Color spaces of #87bdbc

RGB 135189188
HSL0.500.290.64
HSV179°29°74°
CMYK 0.290.000.01   0.26
XYZ37.266445.176954.3328
Yxy45.17690.27250.3303
Hunter Lab67.2138-18.6555-0.8779
CIE-Lab73.0082-17.6995-5.1719

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

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

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

Base Numbers

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

RGB Percentages of Color #87bdbc

%26.37
%36.91
%36.72

CMYK Percentages of Color #87bdbc

%29
%0
%1
%26

Triadic Colors of #87bdbc

#87bdbc #bc87bd #bdbc87

Analogous Colors of #87bdbc

#87bdbc #87a3bd #87bda1

Monochromatic Colors of #87bdbc

#87bdbc

Complementary Color

#87bdbc #bd8788

#87bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdbc Color CSS Codes

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

#87bdbc Text Font Color

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

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


#87bdbc Background Color

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

This div background color is #87bdbc


#87bdbc Border Color

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

This div border color is #87bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdbc

#87bdbc Color Palettes


Comments

No comments written yet.

Please login to write comment.