Color Hex Logo

#a2ad60 Color Hex

#A2AD60
(162,173,96)
0 Favorites   0 Comments

Color spaces of #a2ad60

RGB 16217396
HSL0.190.320.53
HSV69°45°68°
CMYK 0.060.000.45   0.32
XYZ31.955238.413116.7966
Yxy38.41310.36660.4407
Hunter Lab61.9783-16.429827.3168
CIE-Lab68.3240-15.792438.1231

#a2ad60 color RGB value is (162,173,96).

#a2ad60 hex color red value is 162, green value is 173 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a2ad60 hue: 0.19 , saturation: 0.32 and the lightness value of a2ad60 is 0.53.

The process color (four color CMYK) of #a2ad60 color hex is 0.06, 0.00, 0.45, 0.32. Web safe color of #a2ad60 is #999966. Color #a2ad60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101101 01100000
Octal 242 255 140
Decimal 162 173 96
Hex A2 AD 60

RGB Percentages of Color #a2ad60

%37.59
%40.14
%22.27

CMYK Percentages of Color #a2ad60

%6
%0
%45
%32

Triadic Colors of #a2ad60

#a2ad60 #60a2ad #ad60a2

Analogous Colors of #a2ad60

#a2ad60 #7cad60 #ad9260

Monochromatic Colors of #a2ad60

#a2ad60

Complementary Color

#a2ad60 #6b60ad

#a2ad60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ad60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ad60 Color CSS Codes

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

#a2ad60 Text Font Color

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

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


#a2ad60 Background Color

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

This div background color is #a2ad60


#a2ad60 Border Color

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

This div border color is #a2ad60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ad60


Comments

No comments written yet.

Please login to write comment.