Color Hex Logo

#a2ba4e Color Hex

#A2BA4E
(162,186,78)
0 Favorites   0 Comments

Color spaces of #a2ba4e

RGB 16218678
HSL0.200.440.52
HSV73°58°73°
CMYK 0.130.000.58   0.27
XYZ33.834343.349313.7917
Yxy43.34930.37190.4765
Hunter Lab65.8402-23.491833.6685
CIE-Lab71.7914-24.052750.9224

#a2ba4e color RGB value is (162,186,78).

#a2ba4e hex color red value is 162, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a2ba4e hue: 0.20 , saturation: 0.44 and the lightness value of a2ba4e is 0.52.

The process color (four color CMYK) of #a2ba4e color hex is 0.13, 0.00, 0.58, 0.27. Web safe color of #a2ba4e is #99cc66. Color #a2ba4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 01001110
Octal 242 272 116
Decimal 162 186 78
Hex A2 BA 4E

RGB Percentages of Color #a2ba4e

%38.03
%43.66
%18.31

CMYK Percentages of Color #a2ba4e

%13
%0
%58
%27

Triadic Colors of #a2ba4e

#a2ba4e #4ea2ba #ba4ea2

Analogous Colors of #a2ba4e

#a2ba4e #6cba4e #ba9c4e

Monochromatic Colors of #a2ba4e

#a2ba4e

Complementary Color

#a2ba4e #664eba

#a2ba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ba4e Color CSS Codes

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

#a2ba4e Text Font Color

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

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


#a2ba4e Background Color

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

This div background color is #a2ba4e


#a2ba4e Border Color

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

This div border color is #a2ba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ba4e


Comments

No comments written yet.

Please login to write comment.