Color Hex Logo

#8ba18d Color Hex

#8BA18D
(139,161,141)
0 Favorites   0 Comments

Color spaces of #8ba18d

RGB 139161141
HSL0.350.100.59
HSV125°14°63°
CMYK 0.140.000.12   0.37
XYZ28.200032.901830.0637
Yxy32.90180.30930.3609
Hunter Lab57.3601-12.62409.0769
CIE-Lab64.0813-11.69527.8373

#8ba18d color RGB value is (139,161,141).

#8ba18d hex color red value is 139, green value is 161 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8ba18d hue: 0.35 , saturation: 0.10 and the lightness value of 8ba18d is 0.59.

The process color (four color CMYK) of #8ba18d color hex is 0.14, 0.00, 0.12, 0.37. Web safe color of #8ba18d is #999999. Color #8ba18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100001 10001101
Octal 213 241 215
Decimal 139 161 141
Hex 8B A1 8D

RGB Percentages of Color #8ba18d

%31.52
%36.51
%31.97

CMYK Percentages of Color #8ba18d

%14
%0
%12
%37

Triadic Colors of #8ba18d

#8ba18d #8d8ba1 #a18d8b

Analogous Colors of #8ba18d

#8ba18d #8ba198 #94a18b

Monochromatic Colors of #8ba18d

#8ba18d

Complementary Color

#8ba18d #a18b9f

#8ba18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba18d Color CSS Codes

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

#8ba18d Text Font Color

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

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


#8ba18d Background Color

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

This div background color is #8ba18d


#8ba18d Border Color

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

This div border color is #8ba18d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,161,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba18d


Comments

No comments written yet.

Please login to write comment.