Color Hex Logo

#938000 Color Hex

#938000
(147,128,0)
0 Favorites   0 Comments

Color spaces of #938000

RGB 1471280
HSL0.151.000.29
HSV52°100°58°
CMYK 0.000.131.00   0.42
XYZ19.751821.64143.1362
Yxy21.64140.44360.4860
Hunter Lab46.5203-5.622228.5671
CIE-Lab53.6444-4.031858.7695

#938000 color RGB value is (147,128,0).

#938000 hex color red value is 147, green value is 128 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #938000 hue: 0.15 , saturation: 1.00 and the lightness value of 938000 is 0.29.

The process color (four color CMYK) of #938000 color hex is 0.00, 0.13, 1.00, 0.42. Web safe color of #938000 is #999900. Color #938000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 00000000
Octal 223 200 0
Decimal 147 128 0
Hex 93 80 0

RGB Percentages of Color #938000

%53.45
%46.55
%0.00

CMYK Percentages of Color #938000

%0
%13
%100
%42

Triadic Colors of #938000

#938000 #009380 #800093

Analogous Colors of #938000

#938000 #5d9300 #933700

Monochromatic Colors of #938000

#938000

Complementary Color

#938000 #001393

#938000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938000 Color CSS Codes

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

#938000 Text Font Color

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

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


#938000 Background Color

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

This div background color is #938000


#938000 Border Color

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

This div border color is #938000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938000


Comments

No comments written yet.

Please login to write comment.