Color Hex Logo

#a2dd1f Color Hex

#A2DD1F
(162,221,31)
0 Favorites   0 Comments

Color spaces of #a2dd1f

RGB 16222131
HSL0.220.750.49
HSV79°86°87°
CMYK 0.270.000.86   0.13
XYZ41.004159.493210.6185
Yxy59.49320.36900.5354
Hunter Lab77.1318-40.088245.8300
CIE-Lab81.5619-42.721876.1516

#a2dd1f color RGB value is (162,221,31).

#a2dd1f hex color red value is 162, green value is 221 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a2dd1f hue: 0.22 , saturation: 0.75 and the lightness value of a2dd1f is 0.49.

The process color (four color CMYK) of #a2dd1f color hex is 0.27, 0.00, 0.86, 0.13. Web safe color of #a2dd1f is #99cc33. Color #a2dd1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 00011111
Octal 242 335 37
Decimal 162 221 31
Hex A2 DD 1F

RGB Percentages of Color #a2dd1f

%39.13
%53.38
%7.49

CMYK Percentages of Color #a2dd1f

%27
%0
%86
%13

Triadic Colors of #a2dd1f

#a2dd1f #1fa2dd #dd1fa2

Analogous Colors of #a2dd1f

#a2dd1f #43dd1f #ddb91f

Monochromatic Colors of #a2dd1f

#a2dd1f

Complementary Color

#a2dd1f #5a1fdd

#a2dd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dd1f Color CSS Codes

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

#a2dd1f Text Font Color

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

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


#a2dd1f Background Color

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

This div background color is #a2dd1f


#a2dd1f Border Color

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

This div border color is #a2dd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dd1f


Comments

No comments written yet.

Please login to write comment.