Color Hex Logo

#a9dd95 Color Hex

#A9DD95
(169,221,149)
0 Favorites   0 Comments

Color spaces of #a9dd95

RGB 169221149
HSL0.290.510.73
HSV103°33°87°
CMYK 0.240.000.33   0.13
XYZ47.643562.317837.9512
Yxy62.31780.32210.4213
Hunter Lab78.9416-30.418026.7555
CIE-Lab83.0821-29.894230.0802

#a9dd95 color RGB value is (169,221,149).

#a9dd95 hex color red value is 169, green value is 221 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a9dd95 hue: 0.29 , saturation: 0.51 and the lightness value of a9dd95 is 0.73.

The process color (four color CMYK) of #a9dd95 color hex is 0.24, 0.00, 0.33, 0.13. Web safe color of #a9dd95 is #99cc99. Color #a9dd95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10010101
Octal 251 335 225
Decimal 169 221 149
Hex A9 DD 95

RGB Percentages of Color #a9dd95

%31.35
%41.00
%27.64

CMYK Percentages of Color #a9dd95

%24
%0
%33
%13

Triadic Colors of #a9dd95

#a9dd95 #95a9dd #dd95a9

Analogous Colors of #a9dd95

#a9dd95 #95dda5 #cddd95

Monochromatic Colors of #a9dd95

#a9dd95

Complementary Color

#a9dd95 #c995dd

#a9dd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dd95 Color CSS Codes

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

#a9dd95 Text Font Color

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

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


#a9dd95 Background Color

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

This div background color is #a9dd95


#a9dd95 Border Color

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

This div border color is #a9dd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dd95


Comments

No comments written yet.

Please login to write comment.