Color Hex Logo

#a69abc Color Hex

#A69ABC
(166,154,188)
0 Favorites   0 Comments

Color spaces of #a69abc

RGB 166154188
HSL0.730.200.67
HSV261°18°74°
CMYK 0.120.180.00   0.26
XYZ36.358634.849052.3872
Yxy34.84900.29420.2820
Hunter Lab59.03306.6308-11.2921
CIE-Lab65.630911.1032-15.9748

#a69abc color RGB value is (166,154,188).

#a69abc hex color red value is 166, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a69abc hue: 0.73 , saturation: 0.20 and the lightness value of a69abc is 0.67.

The process color (four color CMYK) of #a69abc color hex is 0.12, 0.18, 0.00, 0.26. Web safe color of #a69abc is #9999cc. Color #a69abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10111100
Octal 246 232 274
Decimal 166 154 188
Hex A6 9A BC

RGB Percentages of Color #a69abc

%32.68
%30.31
%37.01

CMYK Percentages of Color #a69abc

%12
%18
%0
%26

Triadic Colors of #a69abc

#a69abc #bca69a #9abca6

Analogous Colors of #a69abc

#a69abc #b79abc #9a9fbc

Monochromatic Colors of #a69abc

#a69abc

Complementary Color

#a69abc #b0bc9a

#a69abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69abc Color CSS Codes

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

#a69abc Text Font Color

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

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


#a69abc Background Color

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

This div background color is #a69abc


#a69abc Border Color

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

This div border color is #a69abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69abc


Comments

No comments written yet.

Please login to write comment.