Color Hex Logo

#87bc7d Color Hex

#87BC7D
(135,188,125)
0 Favorites   0 Comments

Color spaces of #87bc7d

RGB 135188125
HSL0.310.320.61
HSV110°34°74°
CMYK 0.280.000.34   0.26
XYZ31.676642.598025.9547
Yxy42.59800.31600.4250
Hunter Lab65.2671-27.584722.1092
CIE-Lab71.2813-29.552626.4773

#87bc7d color RGB value is (135,188,125).

#87bc7d hex color red value is 135, green value is 188 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #87bc7d hue: 0.31 , saturation: 0.32 and the lightness value of 87bc7d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 01111101
Octal 207 274 175
Decimal 135 188 125
Hex 87 BC 7D

RGB Percentages of Color #87bc7d

%30.13
%41.96
%27.90

CMYK Percentages of Color #87bc7d

%28
%0
%34
%26

Triadic Colors of #87bc7d

#87bc7d #7d87bc #bc7d87

Analogous Colors of #87bc7d

#87bc7d #7dbc93 #a7bc7d

Monochromatic Colors of #87bc7d

#87bc7d

Complementary Color

#87bc7d #b27dbc

#87bc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bc7d Color CSS Codes

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

#87bc7d Text Font Color

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

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


#87bc7d Background Color

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

This div background color is #87bc7d


#87bc7d Border Color

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

This div border color is #87bc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bc7d


Comments

No comments written yet.

Please login to write comment.