Color Hex Logo

#a2dd3d Color Hex

#A2DD3D
(162,221,61)
0 Favorites   0 Comments

Color spaces of #a2dd3d

RGB 16222161
HSL0.230.700.55
HSV82°72°87°
CMYK 0.270.000.72   0.13
XYZ41.599059.731213.7517
Yxy59.73120.36150.5190
Hunter Lab77.2860-39.173243.5505
CIE-Lab81.6919-41.463568.0893

#a2dd3d color RGB value is (162,221,61).

#a2dd3d hex color red value is 162, green value is 221 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a2dd3d hue: 0.23 , saturation: 0.70 and the lightness value of a2dd3d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 00111101
Octal 242 335 75
Decimal 162 221 61
Hex A2 DD 3D

RGB Percentages of Color #a2dd3d

%36.49
%49.77
%13.74

CMYK Percentages of Color #a2dd3d

%27
%0
%72
%13

Triadic Colors of #a2dd3d

#a2dd3d #3da2dd #dd3da2

Analogous Colors of #a2dd3d

#a2dd3d #52dd3d #ddc83d

Monochromatic Colors of #a2dd3d

#a2dd3d

Complementary Color

#a2dd3d #783ddd

#a2dd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dd3d Color CSS Codes

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

#a2dd3d Text Font Color

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

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


#a2dd3d Background Color

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

This div background color is #a2dd3d


#a2dd3d Border Color

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

This div border color is #a2dd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dd3d


Comments

No comments written yet.

Please login to write comment.