Color Hex Logo

#a9ccae Color Hex

#A9CCAE
(169,204,174)
0 Favorites   0 Comments

Color spaces of #a9ccae

RGB 169204174
HSL0.360.260.73
HSV129°17°80°
CMYK 0.170.000.15   0.20
XYZ45.595054.676748.1950
Yxy54.67670.30710.3683
Hunter Lab73.9437-19.335213.1166
CIE-Lab78.8547-17.448511.1218

#a9ccae color RGB value is (169,204,174).

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

The process color (four color CMYK) of #a9ccae color hex is 0.17, 0.00, 0.15, 0.20. Web safe color of #a9ccae is #99cc99. Color #a9ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 10101110
Octal 251 314 256
Decimal 169 204 174
Hex A9 CC AE

RGB Percentages of Color #a9ccae

%30.90
%37.29
%31.81

CMYK Percentages of Color #a9ccae

%17
%0
%15
%20

Triadic Colors of #a9ccae

#a9ccae #aea9cc #ccaea9

Analogous Colors of #a9ccae

#a9ccae #a9ccc0 #b6cca9

Monochromatic Colors of #a9ccae

#a9ccae

Complementary Color

#a9ccae #cca9c7

#a9ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccae Color CSS Codes

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

#a9ccae Text Font Color

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

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


#a9ccae Background Color

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

This div background color is #a9ccae


#a9ccae Border Color

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

This div border color is #a9ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccae


Comments

No comments written yet.

Please login to write comment.