Color Hex Logo

#9a820b Color Hex

#9A820B
(154,130,11)
0 Favorites   0 Comments

Color spaces of #9a820b

RGB 15413011
HSL0.140.870.32
HSV50°93°60°
CMYK 0.000.160.93   0.40
XYZ21.369522.85953.6026
Yxy22.85950.44680.4779
Hunter Lab47.8116-3.889429.0006
CIE-Lab54.9273-1.687358.0815

#9a820b color RGB value is (154,130,11).

#9a820b hex color red value is 154, green value is 130 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9a820b hue: 0.14 , saturation: 0.87 and the lightness value of 9a820b is 0.32.

The process color (four color CMYK) of #9a820b color hex is 0.00, 0.16, 0.93, 0.40. Web safe color of #9a820b is #999900. Color #9a820b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000010 00001011
Octal 232 202 13
Decimal 154 130 11
Hex 9A 82 B

RGB Percentages of Color #9a820b

%52.20
%44.07
%3.73

CMYK Percentages of Color #9a820b

%0
%16
%93
%40

Triadic Colors of #9a820b

#9a820b #0b9a82 #820b9a

Analogous Colors of #9a820b

#9a820b #6b9a0b #9a3a0b

Monochromatic Colors of #9a820b

#9a820b

Complementary Color

#9a820b #0b239a

#9a820b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a820b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a820b Color CSS Codes

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

#9a820b Text Font Color

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

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


#9a820b Background Color

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

This div background color is #9a820b


#9a820b Border Color

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

This div border color is #9a820b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,130,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a820b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a820b;
  -webkit-box-shadow: 1px 1px 3px 2px #9a820b;
  box-shadow:         1px 1px 3px 2px #9a820b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,130,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 #9a820b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a820b


Comments

No comments written yet.

Please login to write comment.