Color Hex Logo

#a9c5ae Color Hex

#A9C5AE
(169,197,174)
0 Favorites   0 Comments

Color spaces of #a9c5ae

RGB 169197174
HSL0.360.190.72
HSV131°14°77°
CMYK 0.140.000.12   0.23
XYZ43.968451.423547.6527
Yxy51.42350.30740.3595
Hunter Lab71.7102-16.047310.7979
CIE-Lab76.9348-13.88428.3856

#a9c5ae color RGB value is (169,197,174).

#a9c5ae hex color red value is 169, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a9c5ae hue: 0.36 , saturation: 0.19 and the lightness value of a9c5ae is 0.72.

The process color (four color CMYK) of #a9c5ae color hex is 0.14, 0.00, 0.12, 0.23. Web safe color of #a9c5ae is #99cc99. Color #a9c5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11000101 10101110
Octal 251 305 256
Decimal 169 197 174
Hex A9 C5 AE

RGB Percentages of Color #a9c5ae

%31.30
%36.48
%32.22

CMYK Percentages of Color #a9c5ae

%14
%0
%12
%23

Triadic Colors of #a9c5ae

#a9c5ae #aea9c5 #c5aea9

Analogous Colors of #a9c5ae

#a9c5ae #a9c5bc #b2c5a9

Monochromatic Colors of #a9c5ae

#a9c5ae

Complementary Color

#a9c5ae #c5a9c0

#a9c5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9c5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9c5ae Color CSS Codes

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

#a9c5ae Text Font Color

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

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


#a9c5ae Background Color

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

This div background color is #a9c5ae


#a9c5ae Border Color

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

This div border color is #a9c5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9c5ae


Comments

No comments written yet.

Please login to write comment.