Color Hex Logo

#998229 Color Hex

#998229
(153,130,41)
0 Favorites   0 Comments

Color spaces of #998229

RGB 15313041
HSL0.130.580.38
HSV48°73°60°
CMYK 0.000.150.73   0.40
XYZ21.519722.89775.3833
Yxy22.89770.43210.4598
Hunter Lab47.8515-3.465526.8260
CIE-Lab54.9668-1.146948.9515

#998229 color RGB value is (153,130,41).

#998229 hex color red value is 153, green value is 130 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #998229 hue: 0.13 , saturation: 0.58 and the lightness value of 998229 is 0.38.

The process color (four color CMYK) of #998229 color hex is 0.00, 0.15, 0.73, 0.40. Web safe color of #998229 is #999933. Color #998229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 00101001
Octal 231 202 51
Decimal 153 130 41
Hex 99 82 29

RGB Percentages of Color #998229

%47.22
%40.12
%12.65

CMYK Percentages of Color #998229

%0
%15
%73
%40

Triadic Colors of #998229

#998229 #299982 #822999

Analogous Colors of #998229

#998229 #789929 #994a29

Monochromatic Colors of #998229

#998229

Complementary Color

#998229 #294099

#998229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998229 Color CSS Codes

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

#998229 Text Font Color

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

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


#998229 Background Color

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

This div background color is #998229


#998229 Border Color

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

This div border color is #998229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998229


Comments

No comments written yet.

Please login to write comment.