Color Hex Logo

#8a9520 Color Hex

#8A9520
(138,149,32)
0 Favorites   0 Comments

Color spaces of #8a9520

RGB 13814932
HSL0.180.650.35
HSV66°79°58°
CMYK 0.070.000.79   0.42
XYZ21.489427.00255.4459
Yxy27.00250.39840.5006
Hunter Lab51.9639-17.119230.1611
CIE-Lab58.9766-18.573755.5815

#8a9520 color RGB value is (138,149,32).

#8a9520 hex color red value is 138, green value is 149 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8a9520 hue: 0.18 , saturation: 0.65 and the lightness value of 8a9520 is 0.35.

The process color (four color CMYK) of #8a9520 color hex is 0.07, 0.00, 0.79, 0.42. Web safe color of #8a9520 is #999933. Color #8a9520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010101 00100000
Octal 212 225 40
Decimal 138 149 32
Hex 8A 95 20

RGB Percentages of Color #8a9520

%43.26
%46.71
%10.03

CMYK Percentages of Color #8a9520

%7
%0
%79
%42

Triadic Colors of #8a9520

#8a9520 #208a95 #95208a

Analogous Colors of #8a9520

#8a9520 #509520 #956620

Monochromatic Colors of #8a9520

#8a9520

Complementary Color

#8a9520 #2b2095

#8a9520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9520 Color CSS Codes

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

#8a9520 Text Font Color

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

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


#8a9520 Background Color

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

This div background color is #8a9520


#8a9520 Border Color

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

This div border color is #8a9520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,149,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a9520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a9520;
  -webkit-box-shadow: 1px 1px 3px 2px #8a9520;
  box-shadow:         1px 1px 3px 2px #8a9520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,149,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9520


Comments

No comments written yet.

Please login to write comment.