Color Hex Logo

#a9ddae Color Hex

#A9DDAE
(169,221,174)
0 Favorites   0 Comments

Color spaces of #a9ddae

RGB 169221174
HSL0.350.430.76
HSV126°24°87°
CMYK 0.240.000.21   0.13
XYZ49.858663.203949.6161
Yxy63.20390.30650.3885
Hunter Lab79.5009-27.181118.6480
CIE-Lab83.5495-25.846417.7328

#a9ddae color RGB value is (169,221,174).

#a9ddae hex color red value is 169, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a9ddae hue: 0.35 , saturation: 0.43 and the lightness value of a9ddae is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10101110
Octal 251 335 256
Decimal 169 221 174
Hex A9 DD AE

RGB Percentages of Color #a9ddae

%29.96
%39.18
%30.85

CMYK Percentages of Color #a9ddae

%24
%0
%21
%13

Triadic Colors of #a9ddae

#a9ddae #aea9dd #ddaea9

Analogous Colors of #a9ddae

#a9ddae #a9ddc8 #bedda9

Monochromatic Colors of #a9ddae

#a9ddae

Complementary Color

#a9ddae #dda9d8

#a9ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddae Color CSS Codes

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

#a9ddae Text Font Color

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

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


#a9ddae Background Color

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

This div background color is #a9ddae


#a9ddae Border Color

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

This div border color is #a9ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddae


Comments

No comments written yet.

Please login to write comment.