Color Hex Logo

#87d7ba Color Hex

#87D7BA
(135,215,186)
0 Favorites   0 Comments

Color spaces of #87d7ba

RGB 135215186
HSL0.440.500.69
HSV158°37°84°
CMYK 0.370.000.13   0.16
XYZ43.155057.296955.2393
Yxy57.29690.27720.3680
Hunter Lab75.6947-30.69959.7186
CIE-Lab80.3463-30.98836.6026

#87d7ba color RGB value is (135,215,186).

#87d7ba hex color red value is 135, green value is 215 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #87d7ba hue: 0.44 , saturation: 0.50 and the lightness value of 87d7ba is 0.69.

The process color (four color CMYK) of #87d7ba color hex is 0.37, 0.00, 0.13, 0.16. Web safe color of #87d7ba is #99cccc. Color #87d7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11010111 10111010
Octal 207 327 272
Decimal 135 215 186
Hex 87 D7 BA

RGB Percentages of Color #87d7ba

%25.19
%40.11
%34.70

CMYK Percentages of Color #87d7ba

%37
%0
%13
%16

Triadic Colors of #87d7ba

#87d7ba #ba87d7 #d7ba87

Analogous Colors of #87d7ba

#87d7ba #87ccd7 #87d792

Monochromatic Colors of #87d7ba

#87d7ba

Complementary Color

#87d7ba #d787a4

#87d7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87d7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#87d7ba Color CSS Codes

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

#87d7ba Text Font Color

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

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


#87d7ba Background Color

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

This div background color is #87d7ba


#87d7ba Border Color

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

This div border color is #87d7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87d7ba


Comments

No comments written yet.

Please login to write comment.