Color Hex Logo

#989350 Color Hex

#989350
(152,147,80)
0 Favorites   0 Comments

Color spaces of #989350

RGB 15214780
HSL0.160.310.45
HSV56°47°60°
CMYK 0.000.030.47   0.40
XYZ24.830628.122011.7088
Yxy28.12200.38400.4349
Hunter Lab53.0302-9.222824.0302
CIE-Lab59.9988-7.947035.9251

#989350 color RGB value is (152,147,80).

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

The process color (four color CMYK) of #989350 color hex is 0.00, 0.03, 0.47, 0.40. Web safe color of #989350 is #999966. Color #989350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 01010000
Octal 230 223 120
Decimal 152 147 80
Hex 98 93 50

RGB Percentages of Color #989350

%40.11
%38.79
%21.11

CMYK Percentages of Color #989350

%0
%3
%47
%40

Triadic Colors of #989350

#989350 #509893 #935098

Analogous Colors of #989350

#989350 #799850 #986f50

Monochromatic Colors of #989350

#989350

Complementary Color

#989350 #505598

#989350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989350 Color CSS Codes

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

#989350 Text Font Color

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

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


#989350 Background Color

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

This div background color is #989350


#989350 Border Color

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

This div border color is #989350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989350


Comments

No comments written yet.

Please login to write comment.