Color Hex Logo

#998901 Color Hex

#998901
(153,137,1)
0 Favorites   0 Comments

Color spaces of #998901

RGB 1531371
HSL0.150.990.30
HSV54°99°60°
CMYK 0.000.100.99   0.40
XYZ22.088024.66583.6255
Yxy24.66580.43840.4896
Hunter Lab49.6647-7.526630.4371
CIE-Lab56.7483-6.166561.0855

#998901 color RGB value is (153,137,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001001 00000001
Octal 231 211 1
Decimal 153 137 1
Hex 99 89 1

RGB Percentages of Color #998901

%52.58
%47.08
%0.34

CMYK Percentages of Color #998901

%0
%10
%99
%40

Triadic Colors of #998901

#998901 #019989 #890199

Analogous Colors of #998901

#998901 #5d9901 #993d01

Monochromatic Colors of #998901

#998901

Complementary Color

#998901 #011199

#998901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998901 Color CSS Codes

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

#998901 Text Font Color

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

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


#998901 Background Color

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

This div background color is #998901


#998901 Border Color

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

This div border color is #998901


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,137,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 #998901">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998901


Comments

No comments written yet.

Please login to write comment.