Color Hex Logo

#a1dd9a Color Hex

#A1DD9A
(161,221,154)
0 Favorites   0 Comments

Color spaces of #a1dd9a

RGB 161221154
HSL0.320.500.74
HSV114°30°87°
CMYK 0.270.000.30   0.13
XYZ46.387161.623140.0214
Yxy61.62310.31340.4163
Hunter Lab78.5004-31.897224.7228
CIE-Lab82.7126-31.823826.9289

#a1dd9a color RGB value is (161,221,154).

#a1dd9a hex color red value is 161, green value is 221 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a1dd9a hue: 0.32 , saturation: 0.50 and the lightness value of a1dd9a is 0.74.

The process color (four color CMYK) of #a1dd9a color hex is 0.27, 0.00, 0.30, 0.13. Web safe color of #a1dd9a is #99cc99. Color #a1dd9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011101 10011010
Octal 241 335 232
Decimal 161 221 154
Hex A1 DD 9A

RGB Percentages of Color #a1dd9a

%30.04
%41.23
%28.73

CMYK Percentages of Color #a1dd9a

%27
%0
%30
%13

Triadic Colors of #a1dd9a

#a1dd9a #9aa1dd #dd9aa1

Analogous Colors of #a1dd9a

#a1dd9a #9addb5 #c3dd9a

Monochromatic Colors of #a1dd9a

#a1dd9a

Complementary Color

#a1dd9a #d69add

#a1dd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dd9a Color CSS Codes

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

#a1dd9a Text Font Color

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

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


#a1dd9a Background Color

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

This div background color is #a1dd9a


#a1dd9a Border Color

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

This div border color is #a1dd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dd9a


Comments

No comments written yet.

Please login to write comment.