Color Hex Logo

#988129 Color Hex

#988129
(152,129,41)
0 Favorites   0 Comments

Color spaces of #988129

RGB 15212941
HSL0.130.580.38
HSV48°73°60°
CMYK 0.000.150.73   0.40
XYZ21.199422.53605.3304
Yxy22.53600.43210.4593
Hunter Lab47.4721-3.364226.5731
CIE-Lab54.5912-1.047248.5450

#988129 color RGB value is (152,129,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000001 00101001
Octal 230 201 51
Decimal 152 129 41
Hex 98 81 29

RGB Percentages of Color #988129

%47.20
%40.06
%12.73

CMYK Percentages of Color #988129

%0
%15
%73
%40

Triadic Colors of #988129

#988129 #299881 #812998

Analogous Colors of #988129

#988129 #789829 #984a29

Monochromatic Colors of #988129

#988129

Complementary Color

#988129 #294098

#988129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988129 Color CSS Codes

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

#988129 Text Font Color

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

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


#988129 Background Color

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

This div background color is #988129


#988129 Border Color

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

This div border color is #988129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988129


Comments

No comments written yet.

Please login to write comment.