Color Hex Logo

#a2d049 Color Hex

#A2D049
(162,208,73)
0 Favorites   0 Comments

Color spaces of #a2d049

RGB 16220873
HSL0.220.590.55
HSV80°65°82°
CMYK 0.220.000.65   0.18
XYZ38.658853.274214.5487
Yxy53.27420.36310.5003
Hunter Lab72.9892-33.188339.2743
CIE-Lab78.0366-34.871459.8849

#a2d049 color RGB value is (162,208,73).

#a2d049 hex color red value is 162, green value is 208 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a2d049 hue: 0.22 , saturation: 0.59 and the lightness value of a2d049 is 0.55.

The process color (four color CMYK) of #a2d049 color hex is 0.22, 0.00, 0.65, 0.18. Web safe color of #a2d049 is #99cc33. Color #a2d049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010000 01001001
Octal 242 320 111
Decimal 162 208 73
Hex A2 D0 49

RGB Percentages of Color #a2d049

%36.57
%46.95
%16.48

CMYK Percentages of Color #a2d049

%22
%0
%65
%18

Triadic Colors of #a2d049

#a2d049 #49a2d0 #d049a2

Analogous Colors of #a2d049

#a2d049 #5fd049 #d0bb49

Monochromatic Colors of #a2d049

#a2d049

Complementary Color

#a2d049 #7749d0

#a2d049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d049 Color CSS Codes

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

#a2d049 Text Font Color

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

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


#a2d049 Background Color

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

This div background color is #a2d049


#a2d049 Border Color

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

This div border color is #a2d049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d049


Comments

No comments written yet.

Please login to write comment.