Color Hex Logo

#87bebd Color Hex

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

Color spaces of #87bebd

RGB 135190189
HSL0.500.300.64
HSV179°29°75°
CMYK 0.290.000.01   0.25
XYZ37.590445.651954.9746
Yxy45.65190.27200.3303
Hunter Lab67.5662-18.9325-0.9444
CIE-Lab73.3191-17.9819-5.2581

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

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

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

Base Numbers

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

RGB Percentages of Color #87bebd

%26.26
%36.96
%36.77

CMYK Percentages of Color #87bebd

%29
%0
%1
%25

Triadic Colors of #87bebd

#87bebd #bd87be #bebd87

Analogous Colors of #87bebd

#87bebd #87a4be #87bea2

Monochromatic Colors of #87bebd

#87bebd

Complementary Color

#87bebd #be8788

#87bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bebd Color CSS Codes

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

#87bebd Text Font Color

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

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


#87bebd Background Color

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

This div background color is #87bebd


#87bebd Border Color

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

This div border color is #87bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bebd


Comments

No comments written yet.

Please login to write comment.