Color Hex Logo

#a99ebb Color Hex

#A99EBB
(169,158,187)
0 Favorites   0 Comments

Color spaces of #a99ebb

RGB 169158187
HSL0.730.180.68
HSV263°16°73°
CMYK 0.100.160.00   0.27
XYZ37.558736.476652.0748
Yxy36.47660.29780.2892
Hunter Lab60.39595.3120-8.8442
CIE-Lab66.88259.6589-13.5048

#a99ebb color RGB value is (169,158,187).

#a99ebb hex color red value is 169, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a99ebb hue: 0.73 , saturation: 0.18 and the lightness value of a99ebb is 0.68.

The process color (four color CMYK) of #a99ebb color hex is 0.10, 0.16, 0.00, 0.27. Web safe color of #a99ebb is #9999cc. Color #a99ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011110 10111011
Octal 251 236 273
Decimal 169 158 187
Hex A9 9E BB

RGB Percentages of Color #a99ebb

%32.88
%30.74
%36.38

CMYK Percentages of Color #a99ebb

%10
%16
%0
%27

Triadic Colors of #a99ebb

#a99ebb #bba99e #9ebba9

Analogous Colors of #a99ebb

#a99ebb #b89ebb #9ea2bb

Monochromatic Colors of #a99ebb

#a99ebb

Complementary Color

#a99ebb #b0bb9e

#a99ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99ebb Color CSS Codes

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

#a99ebb Text Font Color

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

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


#a99ebb Background Color

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

This div background color is #a99ebb


#a99ebb Border Color

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

This div border color is #a99ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99ebb


Comments

No comments written yet.

Please login to write comment.