Color Hex Logo

#a99fbe Color Hex

#A99FBE
(169,159,190)
0 Favorites   0 Comments

Color spaces of #a99fbe

RGB 169159190
HSL0.720.190.68
HSV259°16°75°
CMYK 0.110.160.00   0.25
XYZ38.054636.949053.8414
Yxy36.94900.29540.2868
Hunter Lab60.78575.3741-9.9666
CIE-Lab67.23889.7310-14.6396

#a99fbe color RGB value is (169,159,190).

#a99fbe hex color red value is 169, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a99fbe hue: 0.72 , saturation: 0.19 and the lightness value of a99fbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011111 10111110
Octal 251 237 276
Decimal 169 159 190
Hex A9 9F BE

RGB Percentages of Color #a99fbe

%32.63
%30.69
%36.68

CMYK Percentages of Color #a99fbe

%11
%16
%0
%25

Triadic Colors of #a99fbe

#a99fbe #bea99f #9fbea9

Analogous Colors of #a99fbe

#a99fbe #b99fbe #9fa5be

Monochromatic Colors of #a99fbe

#a99fbe

Complementary Color

#a99fbe #b4be9f

#a99fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99fbe Color CSS Codes

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

#a99fbe Text Font Color

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

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


#a99fbe Background Color

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

This div background color is #a99fbe


#a99fbe Border Color

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

This div border color is #a99fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99fbe


Comments

No comments written yet.

Please login to write comment.