Color Hex Logo

#a2980e Color Hex

#A2980E
(162,152,14)
0 Favorites   0 Comments

Color spaces of #a2980e

RGB 16215214
HSL0.160.840.35
HSV56°91°64°
CMYK 0.000.060.91   0.36
XYZ26.207830.16964.8575
Yxy30.16960.42800.4927
Hunter Lab54.9269-10.952533.2054
CIE-Lab61.8003-9.908763.2055

#a2980e color RGB value is (162,152,14).

#a2980e hex color red value is 162, green value is 152 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a2980e hue: 0.16 , saturation: 0.84 and the lightness value of a2980e is 0.35.

The process color (four color CMYK) of #a2980e color hex is 0.00, 0.06, 0.91, 0.36. Web safe color of #a2980e is #999900. Color #a2980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011000 00001110
Octal 242 230 16
Decimal 162 152 14
Hex A2 98 E

RGB Percentages of Color #a2980e

%49.39
%46.34
%4.27

CMYK Percentages of Color #a2980e

%0
%6
%91
%36

Triadic Colors of #a2980e

#a2980e #0ea298 #980ea2

Analogous Colors of #a2980e

#a2980e #62a20e #a24e0e

Monochromatic Colors of #a2980e

#a2980e

Complementary Color

#a2980e #0e18a2

#a2980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2980e Color CSS Codes

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

#a2980e Text Font Color

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

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


#a2980e Background Color

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

This div background color is #a2980e


#a2980e Border Color

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

This div border color is #a2980e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,152,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2980e


Comments

No comments written yet.

Please login to write comment.