Color Hex Logo

#87bcbe Color Hex

#87BCBE
(135,188,190)
0 Favorites   0 Comments

Color spaces of #87bcbe

RGB 135188190
HSL0.510.300.64
HSV182°29°75°
CMYK 0.290.010.00   0.25
XYZ37.269244.835055.4049
Yxy44.83500.27100.3261
Hunter Lab66.9589-17.8254-2.1880
CIE-Lab72.7831-16.7200-6.5967

#87bcbe color RGB value is (135,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 10111110
Octal 207 274 276
Decimal 135 188 190
Hex 87 BC BE

RGB Percentages of Color #87bcbe

%26.32
%36.65
%37.04

CMYK Percentages of Color #87bcbe

%29
%1
%0
%25

Triadic Colors of #87bcbe

#87bcbe #be87bc #bcbe87

Analogous Colors of #87bcbe

#87bcbe #87a1be #87bea5

Monochromatic Colors of #87bcbe

#87bcbe

Complementary Color

#87bcbe #be8987

#87bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bcbe Color CSS Codes

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

#87bcbe Text Font Color

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

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


#87bcbe Background Color

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

This div background color is #87bcbe


#87bcbe Border Color

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

This div border color is #87bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bcbe


Comments

No comments written yet.

Please login to write comment.