Color Hex Logo

#87d65f Color Hex

#87D65F
(135,214,95)
0 Favorites   0 Comments

Color spaces of #87d65f

RGB 13521495
HSL0.280.590.61
HSV100°56°84°
CMYK 0.370.000.56   0.16
XYZ36.103854.070319.3602
Yxy54.07030.32960.4936
Hunter Lab73.5325-41.040035.8624
CIE-Lab78.5027-45.228450.4718

#87d65f color RGB value is (135,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11010110 01011111
Octal 207 326 137
Decimal 135 214 95
Hex 87 D6 5F

RGB Percentages of Color #87d65f

%30.41
%48.20
%21.40

CMYK Percentages of Color #87d65f

%37
%0
%56
%16

Triadic Colors of #87d65f

#87d65f #5f87d6 #d65f87

Analogous Colors of #87d65f

#87d65f #5fd673 #c3d65f

Monochromatic Colors of #87d65f

#87d65f

Complementary Color

#87d65f #ae5fd6

#87d65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87d65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87d65f Color CSS Codes

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

#87d65f Text Font Color

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

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


#87d65f Background Color

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

This div background color is #87d65f


#87d65f Border Color

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

This div border color is #87d65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87d65f


Comments

No comments written yet.

Please login to write comment.