Color Hex Logo

#989830 Color Hex

#989830
(152,152,48)
0 Favorites   0 Comments

Color spaces of #989830

RGB 15215248
HSL0.170.520.39
HSV60°68°60°
CMYK 0.000.000.68   0.40
XYZ24.710629.34537.1581
Yxy29.34530.40370.4794
Hunter Lab54.1713-13.375830.0854
CIE-Lab61.0852-13.145452.1864

#989830 color RGB value is (152,152,48).

#989830 hex color red value is 152, green value is 152 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #989830 hue: 0.17 , saturation: 0.52 and the lightness value of 989830 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011000 00110000
Octal 230 230 60
Decimal 152 152 48
Hex 98 98 30

RGB Percentages of Color #989830

%43.18
%43.18
%13.64

CMYK Percentages of Color #989830

%0
%0
%68
%40

Triadic Colors of #989830

#989830 #309898 #983098

Analogous Colors of #989830

#989830 #649830 #986430

Monochromatic Colors of #989830

#989830

Complementary Color

#989830 #303098

#989830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989830 Color CSS Codes

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

#989830 Text Font Color

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

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


#989830 Background Color

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

This div background color is #989830


#989830 Border Color

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

This div border color is #989830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989830


Comments

No comments written yet.

Please login to write comment.