Color Hex Logo

#8eac8b Color Hex

#8EAC8B
(142,172,139)
0 Favorites   0 Comments

Color spaces of #8eac8b

RGB 142172139
HSL0.320.170.61
HSV115°19°67°
CMYK 0.170.000.19   0.33
XYZ30.568137.119929.9798
Yxy37.11990.31300.3801
Hunter Lab60.9261-17.062913.4735
CIE-Lab67.3669-16.772113.6234

#8eac8b color RGB value is (142,172,139).

#8eac8b hex color red value is 142, green value is 172 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #8eac8b hue: 0.32 , saturation: 0.17 and the lightness value of 8eac8b is 0.61.

The process color (four color CMYK) of #8eac8b color hex is 0.17, 0.00, 0.19, 0.33. Web safe color of #8eac8b is #999999. Color #8eac8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 10001011
Octal 216 254 213
Decimal 142 172 139
Hex 8E AC 8B

RGB Percentages of Color #8eac8b

%31.35
%37.97
%30.68

CMYK Percentages of Color #8eac8b

%17
%0
%19
%33

Triadic Colors of #8eac8b

#8eac8b #8b8eac #ac8b8e

Analogous Colors of #8eac8b

#8eac8b #8bac99 #9fac8b

Monochromatic Colors of #8eac8b

#8eac8b

Complementary Color

#8eac8b #a98bac

#8eac8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eac8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eac8b Color CSS Codes

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

#8eac8b Text Font Color

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

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


#8eac8b Background Color

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

This div background color is #8eac8b


#8eac8b Border Color

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

This div border color is #8eac8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eac8b


Comments

No comments written yet.

Please login to write comment.