Color Hex Logo

#a9adbd Color Hex

#A9ADBD
(169,173,189)
0 Favorites   0 Comments

Color spaces of #a9adbd

RGB 169173189
HSL0.630.130.70
HSV228°11°74°
CMYK 0.110.080.00   0.26
XYZ40.491141.996354.1161
Yxy41.99630.29640.3074
Hunter Lab64.8046-1.8778-4.1479
CIE-Lab70.86841.7890-8.6502

#a9adbd color RGB value is (169,173,189).

#a9adbd hex color red value is 169, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a9adbd hue: 0.63 , saturation: 0.13 and the lightness value of a9adbd is 0.70.

The process color (four color CMYK) of #a9adbd color hex is 0.11, 0.08, 0.00, 0.26. Web safe color of #a9adbd is #9999cc. Color #a9adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 10111101
Octal 251 255 275
Decimal 169 173 189
Hex A9 AD BD

RGB Percentages of Color #a9adbd

%31.83
%32.58
%35.59

CMYK Percentages of Color #a9adbd

%11
%8
%0
%26

Triadic Colors of #a9adbd

#a9adbd #bda9ad #adbda9

Analogous Colors of #a9adbd

#a9adbd #afa9bd #a9b7bd

Monochromatic Colors of #a9adbd

#a9adbd

Complementary Color

#a9adbd #bdb9a9

#a9adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9adbd Color CSS Codes

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

#a9adbd Text Font Color

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

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


#a9adbd Background Color

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

This div background color is #a9adbd


#a9adbd Border Color

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

This div border color is #a9adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9adbd


Comments

No comments written yet.

Please login to write comment.