Color Hex Logo

#8e992f Color Hex

#8E992F
(142,153,47)
0 Favorites   0 Comments

Color spaces of #8e992f

RGB 14215347
HSL0.180.530.39
HSV66°69°60°
CMYK 0.070.000.69   0.40
XYZ23.059728.73857.0210
Yxy28.73850.39200.4886
Hunter Lab53.6083-17.032529.7607
CIE-Lab60.5501-18.110451.7827

#8e992f color RGB value is (142,153,47).

#8e992f hex color red value is 142, green value is 153 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8e992f hue: 0.18 , saturation: 0.53 and the lightness value of 8e992f is 0.39.

The process color (four color CMYK) of #8e992f color hex is 0.07, 0.00, 0.69, 0.40. Web safe color of #8e992f is #999933. Color #8e992f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10011001 00101111
Octal 216 231 57
Decimal 142 153 47
Hex 8E 99 2F

RGB Percentages of Color #8e992f

%41.52
%44.74
%13.74

CMYK Percentages of Color #8e992f

%7
%0
%69
%40

Triadic Colors of #8e992f

#8e992f #2f8e99 #992f8e

Analogous Colors of #8e992f

#8e992f #59992f #996f2f

Monochromatic Colors of #8e992f

#8e992f

Complementary Color

#8e992f #3a2f99

#8e992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e992f Color CSS Codes

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

#8e992f Text Font Color

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

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


#8e992f Background Color

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

This div background color is #8e992f


#8e992f Border Color

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

This div border color is #8e992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e992f


Comments

No comments written yet.

Please login to write comment.