Color Hex Logo

#a9bacd Color Hex

#A9BACD
(169,186,205)
0 Favorites   0 Comments

Color spaces of #a9bacd

RGB 169186205
HSL0.590.260.73
HSV212°18°80°
CMYK 0.180.090.00   0.20
XYZ44.940547.960664.6463
Yxy47.96060.28530.3044
Hunter Lab69.2536-5.3604-6.8680
CIE-Lab74.8001-1.8536-11.5443

#a9bacd color RGB value is (169,186,205).

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

The process color (four color CMYK) of #a9bacd color hex is 0.18, 0.09, 0.00, 0.20. Web safe color of #a9bacd is #99cccc. Color #a9bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 11001101
Octal 251 272 315
Decimal 169 186 205
Hex A9 BA CD

RGB Percentages of Color #a9bacd

%30.18
%33.21
%36.61

CMYK Percentages of Color #a9bacd

%18
%9
%0
%20

Triadic Colors of #a9bacd

#a9bacd #cda9ba #bacda9

Analogous Colors of #a9bacd

#a9bacd #aaa9cd #a9cccd

Monochromatic Colors of #a9bacd

#a9bacd

Complementary Color

#a9bacd #cdbca9

#a9bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bacd Color CSS Codes

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

#a9bacd Text Font Color

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

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


#a9bacd Background Color

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

This div background color is #a9bacd


#a9bacd Border Color

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

This div border color is #a9bacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bacd


Comments

No comments written yet.

Please login to write comment.