Color Hex Logo

#a699ba Color Hex

#A699BA
(166,153,186)
0 Favorites   0 Comments

Color spaces of #a699ba

RGB 166153186
HSL0.730.190.66
HSV264°18°73°
CMYK 0.110.180.00   0.27
XYZ35.980034.434651.2046
Yxy34.43460.29580.2831
Hunter Lab58.68106.7547-10.6593
CIE-Lab65.306111.2392-15.3467

#a699ba color RGB value is (166,153,186).

#a699ba hex color red value is 166, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a699ba hue: 0.73 , saturation: 0.19 and the lightness value of a699ba is 0.66.

The process color (four color CMYK) of #a699ba color hex is 0.11, 0.18, 0.00, 0.27. Web safe color of #a699ba is #9999cc. Color #a699ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 10111010
Octal 246 231 272
Decimal 166 153 186
Hex A6 99 BA

RGB Percentages of Color #a699ba

%32.87
%30.30
%36.83

CMYK Percentages of Color #a699ba

%11
%18
%0
%27

Triadic Colors of #a699ba

#a699ba #baa699 #99baa6

Analogous Colors of #a699ba

#a699ba #b799ba #999dba

Monochromatic Colors of #a699ba

#a699ba

Complementary Color

#a699ba #adba99

#a699ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a699ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a699ba Color CSS Codes

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

#a699ba Text Font Color

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

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


#a699ba Background Color

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

This div background color is #a699ba


#a699ba Border Color

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

This div border color is #a699ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a699ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a699ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a699ba;
  box-shadow:         1px 1px 3px 2px #a699ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,153,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a699ba


Comments

No comments written yet.

Please login to write comment.