Color Hex Logo

#998316 Color Hex

#998316
(153,131,22)
0 Favorites   0 Comments

Color spaces of #998316

RGB 15313122
HSL0.140.750.34
HSV50°86°60°
CMYK 0.000.140.86   0.40
XYZ21.398023.06284.0828
Yxy23.06280.44080.4751
Hunter Lab48.0237-4.507128.5760
CIE-Lab55.1370-2.455955.7084

#998316 color RGB value is (153,131,22).

#998316 hex color red value is 153, green value is 131 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #998316 hue: 0.14 , saturation: 0.75 and the lightness value of 998316 is 0.34.

The process color (four color CMYK) of #998316 color hex is 0.00, 0.14, 0.86, 0.40. Web safe color of #998316 is #999900. Color #998316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000011 00010110
Octal 231 203 26
Decimal 153 131 22
Hex 99 83 16

RGB Percentages of Color #998316

%50.00
%42.81
%7.19

CMYK Percentages of Color #998316

%0
%14
%86
%40

Triadic Colors of #998316

#998316 #169983 #831699

Analogous Colors of #998316

#998316 #6e9916 #994216

Monochromatic Colors of #998316

#998316

Complementary Color

#998316 #162c99

#998316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998316 Color CSS Codes

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

#998316 Text Font Color

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

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


#998316 Background Color

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

This div background color is #998316


#998316 Border Color

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

This div border color is #998316


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,131,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998316; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998316;
  -webkit-box-shadow: 1px 1px 3px 2px #998316;
  box-shadow:         1px 1px 3px 2px #998316; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998316


Comments

No comments written yet.

Please login to write comment.