Color Hex Logo

#9e970f Color Hex

#9E970F
(158,151,15)
0 Favorites   0 Comments

Color spaces of #9e970f

RGB 15815115
HSL0.160.830.34
HSV57°91°62°
CMYK 0.000.040.91   0.38
XYZ25.253429.43684.8028
Yxy29.43680.42450.4948
Hunter Lab54.2557-11.864332.7305
CIE-Lab61.1652-11.170762.3778

#9e970f color RGB value is (158,151,15).

#9e970f hex color red value is 158, green value is 151 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #9e970f hue: 0.16 , saturation: 0.83 and the lightness value of 9e970f is 0.34.

The process color (four color CMYK) of #9e970f color hex is 0.00, 0.04, 0.91, 0.38. Web safe color of #9e970f is #999900. Color #9e970f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010111 00001111
Octal 236 227 17
Decimal 158 151 15
Hex 9E 97 F

RGB Percentages of Color #9e970f

%48.77
%46.60
%4.63

CMYK Percentages of Color #9e970f

%0
%4
%91
%38

Triadic Colors of #9e970f

#9e970f #0f9e97 #970f9e

Analogous Colors of #9e970f

#9e970f #5e9e0f #9e500f

Monochromatic Colors of #9e970f

#9e970f

Complementary Color

#9e970f #0f169e

#9e970f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e970f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e970f Color CSS Codes

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

#9e970f Text Font Color

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

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


#9e970f Background Color

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

This div background color is #9e970f


#9e970f Border Color

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

This div border color is #9e970f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e970f


Comments

No comments written yet.

Please login to write comment.