Color Hex Logo

#998930 Color Hex

#998930
(153,137,48)
0 Favorites   0 Comments

Color spaces of #998930

RGB 15313748
HSL0.140.520.39
HSV51°69°60°
CMYK 0.000.100.69   0.40
XYZ22.616024.87706.4061
Yxy24.87700.41960.4615
Hunter Lab49.8768-6.346027.2987
CIE-Lab56.9554-4.628847.9980

#998930 color RGB value is (153,137,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001001 00110000
Octal 231 211 60
Decimal 153 137 48
Hex 99 89 30

RGB Percentages of Color #998930

%45.27
%40.53
%14.20

CMYK Percentages of Color #998930

%0
%10
%69
%40

Triadic Colors of #998930

#998930 #309989 #893099

Analogous Colors of #998930

#998930 #759930 #995530

Monochromatic Colors of #998930

#998930

Complementary Color

#998930 #304099

#998930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998930 Color CSS Codes

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

#998930 Text Font Color

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

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


#998930 Background Color

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

This div background color is #998930


#998930 Border Color

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

This div border color is #998930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,137,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 #998930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998930


Comments

No comments written yet.

Please login to write comment.