Color Hex Logo

#93940b Color Hex

#93940B
(147,148,11)
0 Favorites   0 Comments

Color spaces of #93940b

RGB 14714811
HSL0.170.860.31
HSV60°93°58°
CMYK 0.010.000.93   0.42
XYZ22.682927.40704.4112
Yxy27.40700.41620.5029
Hunter Lab52.3517-14.275131.6504
CIE-Lab59.3492-14.641761.2220

#93940b color RGB value is (147,148,11).

#93940b hex color red value is 147, green value is 148 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #93940b hue: 0.17 , saturation: 0.86 and the lightness value of 93940b is 0.31.

The process color (four color CMYK) of #93940b color hex is 0.01, 0.00, 0.93, 0.42. Web safe color of #93940b is #999900. Color #93940b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010100 00001011
Octal 223 224 13
Decimal 147 148 11
Hex 93 94 B

RGB Percentages of Color #93940b

%48.04
%48.37
%3.59

CMYK Percentages of Color #93940b

%1
%0
%93
%42

Triadic Colors of #93940b

#93940b #0b9394 #940b93

Analogous Colors of #93940b

#93940b #4f940b #94510b

Monochromatic Colors of #93940b

#93940b

Complementary Color

#93940b #0c0b94

#93940b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93940b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93940b Color CSS Codes

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

#93940b Text Font Color

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

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


#93940b Background Color

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

This div background color is #93940b


#93940b Border Color

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

This div border color is #93940b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,148,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93940b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93940b;
  -webkit-box-shadow: 1px 1px 3px 2px #93940b;
  box-shadow:         1px 1px 3px 2px #93940b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93940b


Comments

No comments written yet.

Please login to write comment.