Color Hex Logo

#87bdbe Color Hex

#87BDBE
(135,189,190)
0 Favorites   0 Comments

Color spaces of #87bdbe

RGB 135189190
HSL0.500.300.64
HSV181°29°75°
CMYK 0.290.010.00   0.25
XYZ37.483545.263855.4764
Yxy45.26380.27120.3275
Hunter Lab67.2784-18.2876-1.7945
CIE-Lab73.0653-17.2360-6.1789

#87bdbe color RGB value is (135,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 10111110
Octal 207 275 276
Decimal 135 189 190
Hex 87 BD BE

RGB Percentages of Color #87bdbe

%26.26
%36.77
%36.96

CMYK Percentages of Color #87bdbe

%29
%1
%0
%25

Triadic Colors of #87bdbe

#87bdbe #be87bd #bdbe87

Analogous Colors of #87bdbe

#87bdbe #87a2be #87bea4

Monochromatic Colors of #87bdbe

#87bdbe

Complementary Color

#87bdbe #be8887

#87bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdbe Color CSS Codes

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

#87bdbe Text Font Color

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

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


#87bdbe Background Color

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

This div background color is #87bdbe


#87bdbe Border Color

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

This div border color is #87bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdbe


Comments

No comments written yet.

Please login to write comment.