Color Hex Logo

#83900e Color Hex

#83900E
(131,144,14)
0 Favorites   0 Comments

Color spaces of #83900e

RGB 13114414
HSL0.180.820.31
HSV66°90°56°
CMYK 0.090.000.90   0.44
XYZ19.412624.80354.1799
Yxy24.80350.40110.5125
Hunter Lab49.8031-17.578529.8861
CIE-Lab56.8835-19.698258.1930

#83900e color RGB value is (131,144,14).

#83900e hex color red value is 131, green value is 144 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #83900e hue: 0.18 , saturation: 0.82 and the lightness value of 83900e is 0.31.

The process color (four color CMYK) of #83900e color hex is 0.09, 0.00, 0.90, 0.44. Web safe color of #83900e is #999900. Color #83900e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010000 00001110
Octal 203 220 16
Decimal 131 144 14
Hex 83 90 E

RGB Percentages of Color #83900e

%45.33
%49.83
%4.84

CMYK Percentages of Color #83900e

%9
%0
%90
%44

Triadic Colors of #83900e

#83900e #0e8390 #900e83

Analogous Colors of #83900e

#83900e #42900e #905c0e

Monochromatic Colors of #83900e

#83900e

Complementary Color

#83900e #1b0e90

#83900e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83900e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83900e Color CSS Codes

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

#83900e Text Font Color

<p style="color:#83900e">Text here</p>

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


#83900e Background Color

<div style="background-color:#83900e">
Div content here</div>

This div background color is #83900e


#83900e Border Color

<div style="border:3px solid #83900e">
Div here</div>

This div border color is #83900e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,144,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83900e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83900e;
  -webkit-box-shadow: 1px 1px 3px 2px #83900e;
  box-shadow:         1px 1px 3px 2px #83900e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,144,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83900e


Comments

No comments written yet.

Please login to write comment.