Color Hex Logo

#9e983f Color Hex

#9E983F
(158,152,63)
0 Favorites   0 Comments

Color spaces of #9e983f

RGB 15815263
HSL0.160.430.43
HSV56°60°62°
CMYK 0.000.040.60   0.38
XYZ26.226030.08459.1272
Yxy30.08450.40080.4597
Hunter Lab54.8493-10.637328.5284
CIE-Lab61.7271-9.517846.4824

#9e983f color RGB value is (158,152,63).

#9e983f hex color red value is 158, green value is 152 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9e983f hue: 0.16 , saturation: 0.43 and the lightness value of 9e983f is 0.43.

The process color (four color CMYK) of #9e983f color hex is 0.00, 0.04, 0.60, 0.38. Web safe color of #9e983f is #999933. Color #9e983f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011000 00111111
Octal 236 230 77
Decimal 158 152 63
Hex 9E 98 3F

RGB Percentages of Color #9e983f

%42.36
%40.75
%16.89

CMYK Percentages of Color #9e983f

%0
%4
%60
%38

Triadic Colors of #9e983f

#9e983f #3f9e98 #983f9e

Analogous Colors of #9e983f

#9e983f #759e3f #9e693f

Monochromatic Colors of #9e983f

#9e983f

Complementary Color

#9e983f #3f459e

#9e983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e983f Color CSS Codes

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

#9e983f Text Font Color

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

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


#9e983f Background Color

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

This div background color is #9e983f


#9e983f Border Color

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

This div border color is #9e983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e983f


Comments

No comments written yet.

Please login to write comment.