Color Hex Logo

#a2bd3a Color Hex

#A2BD3A
(162,189,58)
0 Favorites   0 Comments

Color spaces of #a2bd3a

RGB 16218958
HSL0.200.530.48
HSV72°69°74°
CMYK 0.140.000.69   0.26
XYZ33.861644.382110.7849
Yxy44.38210.38030.4985
Hunter Lab66.6199-25.856737.0356
CIE-Lab72.4832-26.939160.0202

#a2bd3a color RGB value is (162,189,58).

#a2bd3a hex color red value is 162, green value is 189 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #a2bd3a hue: 0.20 , saturation: 0.53 and the lightness value of a2bd3a is 0.48.

The process color (four color CMYK) of #a2bd3a color hex is 0.14, 0.00, 0.69, 0.26. Web safe color of #a2bd3a is #99cc33. Color #a2bd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111101 00111010
Octal 242 275 72
Decimal 162 189 58
Hex A2 BD 3A

RGB Percentages of Color #a2bd3a

%39.61
%46.21
%14.18

CMYK Percentages of Color #a2bd3a

%14
%0
%69
%26

Triadic Colors of #a2bd3a

#a2bd3a #3aa2bd #bd3aa2

Analogous Colors of #a2bd3a

#a2bd3a #61bd3a #bd973a

Monochromatic Colors of #a2bd3a

#a2bd3a

Complementary Color

#a2bd3a #553abd

#a2bd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bd3a Color CSS Codes

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

#a2bd3a Text Font Color

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

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


#a2bd3a Background Color

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

This div background color is #a2bd3a


#a2bd3a Border Color

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

This div border color is #a2bd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bd3a


Comments

No comments written yet.

Please login to write comment.