Color Hex Logo

#8a931d Color Hex

#8A931D
(138,147,29)
0 Favorites   0 Comments

Color spaces of #8a931d

RGB 13814729
HSL0.180.670.35
HSV65°80°58°
CMYK 0.060.000.80   0.42
XYZ21.136726.35945.1363
Yxy26.35940.40160.5008
Hunter Lab51.3414-16.360930.0075
CIE-Lab58.3766-17.663155.9708

#8a931d color RGB value is (138,147,29).

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

The process color (four color CMYK) of #8a931d color hex is 0.06, 0.00, 0.80, 0.42. Web safe color of #8a931d is #999933. Color #8a931d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010011 00011101
Octal 212 223 35
Decimal 138 147 29
Hex 8A 93 1D

RGB Percentages of Color #8a931d

%43.95
%46.82
%9.24

CMYK Percentages of Color #8a931d

%6
%0
%80
%42

Triadic Colors of #8a931d

#8a931d #1d8a93 #931d8a

Analogous Colors of #8a931d

#8a931d #4f931d #93611d

Monochromatic Colors of #8a931d

#8a931d

Complementary Color

#8a931d #261d93

#8a931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a931d Color CSS Codes

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

#8a931d Text Font Color

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

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


#8a931d Background Color

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

This div background color is #8a931d


#8a931d Border Color

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

This div border color is #8a931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a931d


Comments

No comments written yet.

Please login to write comment.