Color Hex Logo

#87bfbe Color Hex

#87BFBE
(135,191,190)
0 Favorites   0 Comments

Color spaces of #87bfbe

RGB 135191190
HSL0.500.300.64
HSV179°29°75°
CMYK 0.290.000.01   0.25
XYZ37.916746.130255.6208
Yxy46.13020.27150.3303
Hunter Lab67.9192-19.2089-1.0107
CIE-Lab73.6299-18.2629-5.3437

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 10111110
Octal 207 277 276
Decimal 135 191 190
Hex 87 BF BE

RGB Percentages of Color #87bfbe

%26.16
%37.02
%36.82

CMYK Percentages of Color #87bfbe

%29
%0
%1
%25

Triadic Colors of #87bfbe

#87bfbe #be87bf #bfbe87

Analogous Colors of #87bfbe

#87bfbe #87a4bf #87bfa2

Monochromatic Colors of #87bfbe

#87bfbe

Complementary Color

#87bfbe #bf8788

#87bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfbe Color CSS Codes

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

#87bfbe Text Font Color

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

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


#87bfbe Background Color

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

This div background color is #87bfbe


#87bfbe Border Color

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

This div border color is #87bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfbe


Comments

No comments written yet.

Please login to write comment.