Color Hex Logo

#a2ad2e Color Hex

#A2AD2E
(162,173,46)
0 Favorites   0 Comments

Color spaces of #a2ad2e

RGB 16217346
HSL0.180.580.43
HSV65°73°68°
CMYK 0.060.000.73   0.32
XYZ30.337037.76588.2754
Yxy37.76580.39720.4945
Hunter Lab61.4539-19.426935.0337
CIE-Lab67.8476-19.709859.8474

#a2ad2e color RGB value is (162,173,46).

#a2ad2e hex color red value is 162, green value is 173 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a2ad2e hue: 0.18 , saturation: 0.58 and the lightness value of a2ad2e is 0.43.

The process color (four color CMYK) of #a2ad2e color hex is 0.06, 0.00, 0.73, 0.32. Web safe color of #a2ad2e is #999933. Color #a2ad2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101101 00101110
Octal 242 255 56
Decimal 162 173 46
Hex A2 AD 2E

RGB Percentages of Color #a2ad2e

%42.52
%45.41
%12.07

CMYK Percentages of Color #a2ad2e

%6
%0
%73
%32

Triadic Colors of #a2ad2e

#a2ad2e #2ea2ad #ad2ea2

Analogous Colors of #a2ad2e

#a2ad2e #63ad2e #ad792e

Monochromatic Colors of #a2ad2e

#a2ad2e

Complementary Color

#a2ad2e #392ead

#a2ad2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ad2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ad2e Color CSS Codes

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

#a2ad2e Text Font Color

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

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


#a2ad2e Background Color

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

This div background color is #a2ad2e


#a2ad2e Border Color

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

This div border color is #a2ad2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ad2e


Comments

No comments written yet.

Please login to write comment.