Color Hex Logo

#a9deae Color Hex

#A9DEAE
(169,222,174)
0 Favorites   0 Comments

Color spaces of #a9deae

RGB 169222174
HSL0.350.450.77
HSV126°24°87°
CMYK 0.240.000.22   0.13
XYZ50.123463.733649.7044
Yxy63.73360.30650.3897
Hunter Lab79.8333-27.637018.9692
CIE-Lab83.8269-26.329218.1197

#a9deae color RGB value is (169,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 10101110
Octal 251 336 256
Decimal 169 222 174
Hex A9 DE AE

RGB Percentages of Color #a9deae

%29.91
%39.29
%30.80

CMYK Percentages of Color #a9deae

%24
%0
%22
%13

Triadic Colors of #a9deae

#a9deae #aea9de #deaea9

Analogous Colors of #a9deae

#a9deae #a9dec9 #bfdea9

Monochromatic Colors of #a9deae

#a9deae

Complementary Color

#a9deae #dea9d9

#a9deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9deae Color CSS Codes

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

#a9deae Text Font Color

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

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


#a9deae Background Color

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

This div background color is #a9deae


#a9deae Border Color

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

This div border color is #a9deae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,222,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 #a9deae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9deae


Comments

No comments written yet.

Please login to write comment.