Color Hex Logo

#998701 Color Hex

#998701
(153,135,1)
0 Favorites   0 Comments

Color spaces of #998701

RGB 1531351
HSL0.150.990.30
HSV53°99°60°
CMYK 0.000.120.99   0.40
XYZ21.806324.10243.5316
Yxy24.10240.44110.4875
Hunter Lab49.0942-6.630030.1009
CIE-Lab56.1902-5.073160.6835

#998701 color RGB value is (153,135,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000111 00000001
Octal 231 207 1
Decimal 153 135 1
Hex 99 87 1

RGB Percentages of Color #998701

%52.94
%46.71
%0.35

CMYK Percentages of Color #998701

%0
%12
%99
%40

Triadic Colors of #998701

#998701 #019987 #870199

Analogous Colors of #998701

#998701 #5f9901 #993b01

Monochromatic Colors of #998701

#998701

Complementary Color

#998701 #011399

#998701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998701 Color CSS Codes

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

#998701 Text Font Color

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

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


#998701 Background Color

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

This div background color is #998701


#998701 Border Color

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

This div border color is #998701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998701


Comments

No comments written yet.

Please login to write comment.