Color Hex Logo

#998401 Color Hex

#998401
(153,132,1)
0 Favorites   0 Comments

Color spaces of #998401

RGB 1531321
HSL0.140.990.30
HSV52°99°60°
CMYK 0.000.140.99   0.40
XYZ21.393623.27703.3941
Yxy23.27700.44510.4843
Hunter Lab48.2462-5.279529.6013
CIE-Lab55.3565-3.423160.0849

#998401 color RGB value is (153,132,1).

#998401 hex color red value is 153, green value is 132 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #998401 hue: 0.14 , saturation: 0.99 and the lightness value of 998401 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 00000001
Octal 231 204 1
Decimal 153 132 1
Hex 99 84 1

RGB Percentages of Color #998401

%53.50
%46.15
%0.35

CMYK Percentages of Color #998401

%0
%14
%99
%40

Triadic Colors of #998401

#998401 #019984 #840199

Analogous Colors of #998401

#998401 #629901 #993801

Monochromatic Colors of #998401

#998401

Complementary Color

#998401 #011699

#998401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998401 Color CSS Codes

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

#998401 Text Font Color

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

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


#998401 Background Color

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

This div background color is #998401


#998401 Border Color

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

This div border color is #998401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998401


Comments

No comments written yet.

Please login to write comment.