Color Hex Logo

#8dba78 Color Hex

#8DBA78
(141,186,120)
0 Favorites   0 Comments

Color spaces of #8dba78

RGB 141186120
HSL0.280.320.60
HSV101°35°73°
CMYK 0.240.000.35   0.27
XYZ31.933642.136624.2194
Yxy42.13660.32490.4287
Hunter Lab64.9127-25.784723.3174
CIE-Lab70.9650-27.254428.7596

#8dba78 color RGB value is (141,186,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 01111000
Octal 215 272 170
Decimal 141 186 120
Hex 8D BA 78

RGB Percentages of Color #8dba78

%31.54
%41.61
%26.85

CMYK Percentages of Color #8dba78

%24
%0
%35
%27

Triadic Colors of #8dba78

#8dba78 #788dba #ba788d

Analogous Colors of #8dba78

#8dba78 #78ba84 #aeba78

Monochromatic Colors of #8dba78

#8dba78

Complementary Color

#8dba78 #a578ba

#8dba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dba78 Color CSS Codes

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

#8dba78 Text Font Color

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

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


#8dba78 Background Color

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

This div background color is #8dba78


#8dba78 Border Color

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

This div border color is #8dba78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dba78


Comments

No comments written yet.

Please login to write comment.