Color Hex Logo

#a2b44e Color Hex

#A2B44E
(162,180,78)
0 Favorites   0 Comments

Color spaces of #a2b44e

RGB 16218078
HSL0.200.400.51
HSV71°57°71°
CMYK 0.100.000.57   0.29
XYZ32.596740.874013.3792
Yxy40.87400.37530.4706
Hunter Lab63.9328-20.872532.3453
CIE-Lab70.0876-21.082948.9962

#a2b44e color RGB value is (162,180,78).

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

The process color (four color CMYK) of #a2b44e color hex is 0.10, 0.00, 0.57, 0.29. Web safe color of #a2b44e is #99cc66. Color #a2b44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110100 01001110
Octal 242 264 116
Decimal 162 180 78
Hex A2 B4 4E

RGB Percentages of Color #a2b44e

%38.57
%42.86
%18.57

CMYK Percentages of Color #a2b44e

%10
%0
%57
%29

Triadic Colors of #a2b44e

#a2b44e #4ea2b4 #b44ea2

Analogous Colors of #a2b44e

#a2b44e #6fb44e #b4934e

Monochromatic Colors of #a2b44e

#a2b44e

Complementary Color

#a2b44e #604eb4

#a2b44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b44e Color CSS Codes

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

#a2b44e Text Font Color

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

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


#a2b44e Background Color

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

This div background color is #a2b44e


#a2b44e Border Color

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

This div border color is #a2b44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b44e


Comments

No comments written yet.

Please login to write comment.