Color Hex Logo

#988931 Color Hex

#988931
(152,137,49)
0 Favorites   0 Comments

Color spaces of #988931

RGB 15213749
HSL0.140.510.39
HSV51°68°60°
CMYK 0.000.100.68   0.40
XYZ22.448924.78856.5072
Yxy24.78850.41770.4612
Hunter Lab49.7881-6.645327.1025
CIE-Lab56.8688-5.020447.4416

#988931 color RGB value is (152,137,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 00110001
Octal 230 211 61
Decimal 152 137 49
Hex 98 89 31

RGB Percentages of Color #988931

%44.97
%40.53
%14.50

CMYK Percentages of Color #988931

%0
%10
%68
%40

Triadic Colors of #988931

#988931 #319889 #893198

Analogous Colors of #988931

#988931 #749831 #985631

Monochromatic Colors of #988931

#988931

Complementary Color

#988931 #314098

#988931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988931 Color CSS Codes

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

#988931 Text Font Color

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

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


#988931 Background Color

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

This div background color is #988931


#988931 Border Color

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

This div border color is #988931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988931


Comments

No comments written yet.

Please login to write comment.