Color Hex Logo

#9e850d Color Hex

#9E850D
(158,133,13)
0 Favorites   0 Comments

Color spaces of #9e850d

RGB 15813313
HSL0.140.850.34
HSV50°92°62°
CMYK 0.000.160.92   0.38
XYZ22.560724.07323.8383
Yxy24.07320.44700.4770
Hunter Lab49.0644-3.785329.7069
CIE-Lab56.1610-1.457558.8378

#9e850d color RGB value is (158,133,13).

#9e850d hex color red value is 158, green value is 133 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9e850d hue: 0.14 , saturation: 0.85 and the lightness value of 9e850d is 0.34.

The process color (four color CMYK) of #9e850d color hex is 0.00, 0.16, 0.92, 0.38. Web safe color of #9e850d is #999900. Color #9e850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000101 00001101
Octal 236 205 15
Decimal 158 133 13
Hex 9E 85 D

RGB Percentages of Color #9e850d

%51.97
%43.75
%4.28

CMYK Percentages of Color #9e850d

%0
%16
%92
%38

Triadic Colors of #9e850d

#9e850d #0d9e85 #850d9e

Analogous Colors of #9e850d

#9e850d #6f9e0d #9e3d0d

Monochromatic Colors of #9e850d

#9e850d

Complementary Color

#9e850d #0d269e

#9e850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e850d Color CSS Codes

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

#9e850d Text Font Color

<p style="color:#9e850d">Text here</p>

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


#9e850d Background Color

<div style="background-color:#9e850d">
Div content here</div>

This div background color is #9e850d


#9e850d Border Color

<div style="border:3px solid #9e850d">
Div here</div>

This div border color is #9e850d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,133,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e850d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e850d;
  -webkit-box-shadow: 1px 1px 3px 2px #9e850d;
  box-shadow:         1px 1px 3px 2px #9e850d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,133,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e850d


Comments

No comments written yet.

Please login to write comment.