Color Hex Logo

#a69cab Color Hex

#A69CAB
(166,156,171)
0 Favorites   0 Comments

Color spaces of #a69cab

RGB 166156171
HSL0.780.080.64
HSV280°67°
CMYK 0.030.090.00   0.33
XYZ34.965034.824243.4070
Yxy34.82420.30890.3076
Hunter Lab59.01202.4913-2.3030
CIE-Lab65.61166.4888-6.4866

#a69cab color RGB value is (166,156,171).

#a69cab hex color red value is 166, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a69cab hue: 0.78 , saturation: 0.08 and the lightness value of a69cab is 0.64.

The process color (four color CMYK) of #a69cab color hex is 0.03, 0.09, 0.00, 0.33. Web safe color of #a69cab is #999999. Color #a69cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011100 10101011
Octal 246 234 253
Decimal 166 156 171
Hex A6 9C AB

RGB Percentages of Color #a69cab

%33.67
%31.64
%34.69

CMYK Percentages of Color #a69cab

%3
%9
%0
%33

Triadic Colors of #a69cab

#a69cab #aba69c #9caba6

Analogous Colors of #a69cab

#a69cab #ab9ca9 #9f9cab

Monochromatic Colors of #a69cab

#a69cab

Complementary Color

#a69cab #a1ab9c

#a69cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69cab Color CSS Codes

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

#a69cab Text Font Color

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

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


#a69cab Background Color

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

This div background color is #a69cab


#a69cab Border Color

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

This div border color is #a69cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69cab


Comments

No comments written yet.

Please login to write comment.