Color Hex Logo

#989325 Color Hex

#989325
(152,147,37)
0 Favorites   0 Comments

Color spaces of #989325

RGB 15214737
HSL0.160.610.37
HSV57°76°60°
CMYK 0.000.030.76   0.40
XYZ23.716527.67645.8424
Yxy27.67640.41440.4836
Hunter Lab52.6084-11.594630.2414
CIE-Lab59.5953-11.061454.9015

#989325 color RGB value is (152,147,37).

#989325 hex color red value is 152, green value is 147 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #989325 hue: 0.16 , saturation: 0.61 and the lightness value of 989325 is 0.37.

The process color (four color CMYK) of #989325 color hex is 0.00, 0.03, 0.76, 0.40. Web safe color of #989325 is #999933. Color #989325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 00100101
Octal 230 223 45
Decimal 152 147 37
Hex 98 93 25

RGB Percentages of Color #989325

%45.24
%43.75
%11.01

CMYK Percentages of Color #989325

%0
%3
%76
%40

Triadic Colors of #989325

#989325 #259893 #932598

Analogous Colors of #989325

#989325 #649825 #985a25

Monochromatic Colors of #989325

#989325

Complementary Color

#989325 #252a98

#989325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989325 Color CSS Codes

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

#989325 Text Font Color

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

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


#989325 Background Color

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

This div background color is #989325


#989325 Border Color

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

This div border color is #989325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989325


Comments

No comments written yet.

Please login to write comment.