Color Hex Logo

#a9bdbe Color Hex

#A9BDBE
(169,189,190)
0 Favorites   0 Comments

Color spaces of #a9bdbe

RGB 169189190
HSL0.510.140.70
HSV183°11°75°
CMYK 0.110.010.00   0.25
XYZ43.854048.547955.7745
Yxy48.54790.29600.3276
Hunter Lab69.6763-9.58641.3130
CIE-Lab75.1692-6.6094-2.8370

#a9bdbe color RGB value is (169,189,190).

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

The process color (four color CMYK) of #a9bdbe color hex is 0.11, 0.01, 0.00, 0.25. Web safe color of #a9bdbe is #99cccc. Color #a9bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111101 10111110
Octal 251 275 276
Decimal 169 189 190
Hex A9 BD BE

RGB Percentages of Color #a9bdbe

%30.84
%34.49
%34.67

CMYK Percentages of Color #a9bdbe

%11
%1
%0
%25

Triadic Colors of #a9bdbe

#a9bdbe #bea9bd #bdbea9

Analogous Colors of #a9bdbe

#a9bdbe #a9b3be #a9beb5

Monochromatic Colors of #a9bdbe

#a9bdbe

Complementary Color

#a9bdbe #beaaa9

#a9bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bdbe Color CSS Codes

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

#a9bdbe Text Font Color

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

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


#a9bdbe Background Color

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

This div background color is #a9bdbe


#a9bdbe Border Color

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

This div border color is #a9bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bdbe


Comments

No comments written yet.

Please login to write comment.