Color Hex Logo

#a7980b Color Hex

#A7980B
(167,152,11)
0 Favorites   0 Comments

Color spaces of #a7980b

RGB 16715211
HSL0.150.880.35
HSV54°93°65°
CMYK 0.000.090.93   0.35
XYZ27.225030.69614.8066
Yxy30.69610.43400.4894
Hunter Lab55.4041-9.244033.6391
CIE-Lab62.2502-7.691164.2300

#a7980b color RGB value is (167,152,11).

#a7980b hex color red value is 167, green value is 152 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a7980b hue: 0.15 , saturation: 0.88 and the lightness value of a7980b is 0.35.

The process color (four color CMYK) of #a7980b color hex is 0.00, 0.09, 0.93, 0.35. Web safe color of #a7980b is #999900. Color #a7980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 00001011
Octal 247 230 13
Decimal 167 152 11
Hex A7 98 B

RGB Percentages of Color #a7980b

%50.61
%46.06
%3.33

CMYK Percentages of Color #a7980b

%0
%9
%93
%35

Triadic Colors of #a7980b

#a7980b #0ba798 #980ba7

Analogous Colors of #a7980b

#a7980b #68a70b #a74a0b

Monochromatic Colors of #a7980b

#a7980b

Complementary Color

#a7980b #0b1aa7

#a7980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7980b Color CSS Codes

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

#a7980b Text Font Color

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

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


#a7980b Background Color

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

This div background color is #a7980b


#a7980b Border Color

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

This div border color is #a7980b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7980b


Comments

No comments written yet.

Please login to write comment.