Color Hex Logo

#a9aecc Color Hex

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

Color spaces of #a9aecc

RGB 169174204
HSL0.640.260.73
HSV231°17°80°
CMYK 0.170.150.00   0.20
XYZ42.397343.066863.2049
Yxy43.06680.28520.2897
Hunter Lab65.62530.4759-11.1655
CIE-Lab71.60034.4477-15.8025

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

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

The process color (four color CMYK) of #a9aecc color hex is 0.17, 0.15, 0.00, 0.20. Web safe color of #a9aecc is #9999cc. Color #a9aecc contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #a9aecc

%30.90
%31.81
%37.29

CMYK Percentages of Color #a9aecc

%17
%15
%0
%20

Triadic Colors of #a9aecc

#a9aecc #cca9ae #aecca9

Analogous Colors of #a9aecc

#a9aecc #b6a9cc #a9c0cc

Monochromatic Colors of #a9aecc

#a9aecc

Complementary Color

#a9aecc #ccc7a9

#a9aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aecc Color CSS Codes

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

#a9aecc Text Font Color

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

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


#a9aecc Background Color

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

This div background color is #a9aecc


#a9aecc Border Color

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

This div border color is #a9aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aecc


Comments

No comments written yet.

Please login to write comment.