Color Hex Logo

#87bd70 Color Hex

#87BD70
(135,189,112)
0 Favorites   0 Comments

Color spaces of #87bd70

RGB 135189112
HSL0.280.370.59
HSV102°41°74°
CMYK 0.290.000.41   0.26
XYZ31.113942.715921.9344
Yxy42.71590.32490.4461
Hunter Lab65.3574-29.399125.8520
CIE-Lab71.3617-31.964433.3811

#87bd70 color RGB value is (135,189,112).

#87bd70 hex color red value is 135, green value is 189 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #87bd70 hue: 0.28 , saturation: 0.37 and the lightness value of 87bd70 is 0.59.

The process color (four color CMYK) of #87bd70 color hex is 0.29, 0.00, 0.41, 0.26. Web safe color of #87bd70 is #99cc66. Color #87bd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 01110000
Octal 207 275 160
Decimal 135 189 112
Hex 87 BD 70

RGB Percentages of Color #87bd70

%30.96
%43.35
%25.69

CMYK Percentages of Color #87bd70

%29
%0
%41
%26

Triadic Colors of #87bd70

#87bd70 #7087bd #bd7087

Analogous Colors of #87bd70

#87bd70 #70bd80 #aebd70

Monochromatic Colors of #87bd70

#87bd70

Complementary Color

#87bd70 #a670bd

#87bd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bd70 Color CSS Codes

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

#87bd70 Text Font Color

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

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


#87bd70 Background Color

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

This div background color is #87bd70


#87bd70 Border Color

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

This div border color is #87bd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bd70


Comments

No comments written yet.

Please login to write comment.