Color Hex Logo

#a9afbe Color Hex

#A9AFBE
(169,175,190)
0 Favorites   0 Comments

Color spaces of #a9afbe

RGB 169175190
HSL0.620.140.70
HSV223°11°75°
CMYK 0.110.080.00   0.25
XYZ40.986442.812754.8187
Yxy42.81270.29570.3089
Hunter Lab65.4314-2.6921-3.8714
CIE-Lab71.42770.9060-8.3685

#a9afbe color RGB value is (169,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101111 10111110
Octal 251 257 276
Decimal 169 175 190
Hex A9 AF BE

RGB Percentages of Color #a9afbe

%31.65
%32.77
%35.58

CMYK Percentages of Color #a9afbe

%11
%8
%0
%25

Triadic Colors of #a9afbe

#a9afbe #bea9af #afbea9

Analogous Colors of #a9afbe

#a9afbe #aea9be #a9babe

Monochromatic Colors of #a9afbe

#a9afbe

Complementary Color

#a9afbe #beb8a9

#a9afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9afbe Color CSS Codes

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

#a9afbe Text Font Color

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

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


#a9afbe Background Color

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

This div background color is #a9afbe


#a9afbe Border Color

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

This div border color is #a9afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9afbe


Comments

No comments written yet.

Please login to write comment.