Color Hex Logo

#a9abcc Color Hex

#A9ABCC
(169,171,204)
0 Favorites   0 Comments

Color spaces of #a9abcc

RGB 169171204
HSL0.660.260.73
HSV237°17°80°
CMYK 0.170.160.00   0.20
XYZ41.824241.920563.0138
Yxy41.92050.28500.2856
Hunter Lab64.74602.0006-12.3815
CIE-Lab70.81616.0987-16.9863

#a9abcc color RGB value is (169,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 11001100
Octal 251 253 314
Decimal 169 171 204
Hex A9 AB CC

RGB Percentages of Color #a9abcc

%31.07
%31.43
%37.50

CMYK Percentages of Color #a9abcc

%17
%16
%0
%20

Triadic Colors of #a9abcc

#a9abcc #cca9ab #abcca9

Analogous Colors of #a9abcc

#a9abcc #b9a9cc #a9bdcc

Monochromatic Colors of #a9abcc

#a9abcc

Complementary Color

#a9abcc #cccaa9

#a9abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9abcc Color CSS Codes

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

#a9abcc Text Font Color

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

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


#a9abcc Background Color

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

This div background color is #a9abcc


#a9abcc Border Color

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

This div border color is #a9abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9abcc


Comments

No comments written yet.

Please login to write comment.