Color Hex Logo

#a9deac Color Hex

#A9DEAC
(169,222,172)
0 Favorites   0 Comments

Color spaces of #a9deac

RGB 169222172
HSL0.340.450.77
HSV123°24°87°
CMYK 0.240.000.23   0.13
XYZ49.929963.656148.6850
Yxy63.65610.30770.3923
Hunter Lab79.7848-27.916719.6703
CIE-Lab83.7864-26.675219.1100

#a9deac color RGB value is (169,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 10101100
Octal 251 336 254
Decimal 169 222 172
Hex A9 DE AC

RGB Percentages of Color #a9deac

%30.02
%39.43
%30.55

CMYK Percentages of Color #a9deac

%24
%0
%23
%13

Triadic Colors of #a9deac

#a9deac #aca9de #deaca9

Analogous Colors of #a9deac

#a9deac #a9dec7 #c1dea9

Monochromatic Colors of #a9deac

#a9deac

Complementary Color

#a9deac #dea9db

#a9deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9deac Color CSS Codes

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

#a9deac Text Font Color

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

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


#a9deac Background Color

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

This div background color is #a9deac


#a9deac Border Color

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

This div border color is #a9deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9deac


Comments

No comments written yet.

Please login to write comment.