Color Hex Logo

#87bcbc Color Hex

#87BCBC
(135,188,188)
0 Favorites   0 Comments

Color spaces of #87bcbc

RGB 135188188
HSL0.500.280.63
HSV180°28°74°
CMYK 0.280.000.00   0.26
XYZ37.052044.748254.2614
Yxy44.74820.27230.3289
Hunter Lab66.8941-18.1952-1.2674
CIE-Lab72.7258-17.1852-5.5894

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

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

The process color (four color CMYK) of #87bcbc color hex is 0.28, 0.00, 0.00, 0.26. Web safe color of #87bcbc is #99cccc. Color #87bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 10111100
Octal 207 274 274
Decimal 135 188 188
Hex 87 BC BC

RGB Percentages of Color #87bcbc

%26.42
%36.79
%36.79

CMYK Percentages of Color #87bcbc

%28
%0
%0
%26

Triadic Colors of #87bcbc

#87bcbc #bc87bc #bcbc87

Analogous Colors of #87bcbc

#87bcbc #87a2bc #87bca2

Monochromatic Colors of #87bcbc

#87bcbc

Complementary Color

#87bcbc #bc8787

#87bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bcbc Color CSS Codes

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

#87bcbc Text Font Color

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

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


#87bcbc Background Color

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

This div background color is #87bcbc


#87bcbc Border Color

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

This div border color is #87bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bcbc


Comments

No comments written yet.

Please login to write comment.