Color Hex Logo

#988932 Color Hex

#988932
(152,137,50)
0 Favorites   0 Comments

Color spaces of #988932

RGB 15213750
HSL0.140.500.40
HSV51°67°60°
CMYK 0.000.100.67   0.40
XYZ22.470324.79706.6196
Yxy24.79700.41700.4602
Hunter Lab49.7966-6.597426.9760
CIE-Lab56.8771-4.958147.0083

#988932 color RGB value is (152,137,50).

#988932 hex color red value is 152, green value is 137 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #988932 hue: 0.14 , saturation: 0.50 and the lightness value of 988932 is 0.40.

The process color (four color CMYK) of #988932 color hex is 0.00, 0.10, 0.67, 0.40. Web safe color of #988932 is #999933. Color #988932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 00110010
Octal 230 211 62
Decimal 152 137 50
Hex 98 89 32

RGB Percentages of Color #988932

%44.84
%40.41
%14.75

CMYK Percentages of Color #988932

%0
%10
%67
%40

Triadic Colors of #988932

#988932 #329889 #893298

Analogous Colors of #988932

#988932 #749832 #985632

Monochromatic Colors of #988932

#988932

Complementary Color

#988932 #324198

#988932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988932 Color CSS Codes

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

#988932 Text Font Color

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

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


#988932 Background Color

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

This div background color is #988932


#988932 Border Color

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

This div border color is #988932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,137,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988932


Comments

No comments written yet.

Please login to write comment.