Color Hex Logo

#87bfbf Color Hex

#87BFBF
(135,191,191)
0 Favorites   0 Comments

Color spaces of #87bfbf

RGB 135191191
HSL0.500.300.64
HSV180°29°75°
CMYK 0.290.000.00   0.25
XYZ38.026446.174156.1985
Yxy46.17410.27080.3289
Hunter Lab67.9515-19.0247-1.4690
CIE-Lab73.6584-18.0308-5.8464

#87bfbf color RGB value is (135,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 10111111
Octal 207 277 277
Decimal 135 191 191
Hex 87 BF BF

RGB Percentages of Color #87bfbf

%26.11
%36.94
%36.94

CMYK Percentages of Color #87bfbf

%29
%0
%0
%25

Triadic Colors of #87bfbf

#87bfbf #bf87bf #bfbf87

Analogous Colors of #87bfbf

#87bfbf #87a3bf #87bfa3

Monochromatic Colors of #87bfbf

#87bfbf

Complementary Color

#87bfbf #bf8787

#87bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfbf Color CSS Codes

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

#87bfbf Text Font Color

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

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


#87bfbf Background Color

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

This div background color is #87bfbf


#87bfbf Border Color

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

This div border color is #87bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfbf


Comments

No comments written yet.

Please login to write comment.