Color Hex Logo

#8eb87d Color Hex

#8EB87D
(142,184,125)
0 Favorites   0 Comments

Color spaces of #8eb87d

RGB 142184125
HSL0.290.290.61
HSV103°32°72°
CMYK 0.230.000.32   0.28
XYZ31.997541.512425.7283
Yxy41.51240.32240.4183
Hunter Lab64.4301-24.105421.4253
CIE-Lab70.5334-25.162525.5495

#8eb87d color RGB value is (142,184,125).

#8eb87d hex color red value is 142, green value is 184 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8eb87d hue: 0.29 , saturation: 0.29 and the lightness value of 8eb87d is 0.61.

The process color (four color CMYK) of #8eb87d color hex is 0.23, 0.00, 0.32, 0.28. Web safe color of #8eb87d is #99cc66. Color #8eb87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111000 01111101
Octal 216 270 175
Decimal 142 184 125
Hex 8E B8 7D

RGB Percentages of Color #8eb87d

%31.49
%40.80
%27.72

CMYK Percentages of Color #8eb87d

%23
%0
%32
%28

Triadic Colors of #8eb87d

#8eb87d #7d8eb8 #b87d8e

Analogous Colors of #8eb87d

#8eb87d #7db88a #acb87d

Monochromatic Colors of #8eb87d

#8eb87d

Complementary Color

#8eb87d #a77db8

#8eb87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb87d Color CSS Codes

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

#8eb87d Text Font Color

<p style="color:#8eb87d">Text here</p>

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


#8eb87d Background Color

<div style="background-color:#8eb87d">
Div content here</div>

This div background color is #8eb87d


#8eb87d Border Color

<div style="border:3px solid #8eb87d">
Div here</div>

This div border color is #8eb87d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,184,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eb87d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eb87d;
  -webkit-box-shadow: 1px 1px 3px 2px #8eb87d;
  box-shadow:         1px 1px 3px 2px #8eb87d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,184,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 #8eb87d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb87d


Comments

No comments written yet.

Please login to write comment.