Color Hex Logo

#8eb978 Color Hex

#8EB978
(142,185,120)
0 Favorites   0 Comments

Color spaces of #8eb978

RGB 142185120
HSL0.280.320.60
HSV100°35°73°
CMYK 0.230.000.35   0.27
XYZ31.894541.804824.1574
Yxy41.80480.32590.4272
Hunter Lab64.6566-25.096823.1074
CIE-Lab70.7361-26.409828.4685

#8eb978 color RGB value is (142,185,120).

#8eb978 hex color red value is 142, green value is 185 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #8eb978 hue: 0.28 , saturation: 0.32 and the lightness value of 8eb978 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 01111000
Octal 216 271 170
Decimal 142 185 120
Hex 8E B9 78

RGB Percentages of Color #8eb978

%31.77
%41.39
%26.85

CMYK Percentages of Color #8eb978

%23
%0
%35
%27

Triadic Colors of #8eb978

#8eb978 #788eb9 #b9788e

Analogous Colors of #8eb978

#8eb978 #78b983 #afb978

Monochromatic Colors of #8eb978

#8eb978

Complementary Color

#8eb978 #a378b9

#8eb978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb978 Color CSS Codes

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

#8eb978 Text Font Color

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

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


#8eb978 Background Color

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

This div background color is #8eb978


#8eb978 Border Color

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

This div border color is #8eb978


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,185,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb978


Comments

No comments written yet.

Please login to write comment.