Color Hex Logo

#a69ab0 Color Hex

#A69AB0
(166,154,176)
0 Favorites   0 Comments

Color spaces of #a69ab0

RGB 166154176
HSL0.760.120.65
HSV273°13°69°
CMYK 0.060.130.00   0.31
XYZ35.118034.352845.8541
Yxy34.35280.30450.2979
Hunter Lab58.61134.3818-5.3572
CIE-Lab65.24168.6051-9.8401

#a69ab0 color RGB value is (166,154,176).

#a69ab0 hex color red value is 166, green value is 154 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a69ab0 hue: 0.76 , saturation: 0.12 and the lightness value of a69ab0 is 0.65.

The process color (four color CMYK) of #a69ab0 color hex is 0.06, 0.13, 0.00, 0.31. Web safe color of #a69ab0 is #999999. Color #a69ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10110000
Octal 246 232 260
Decimal 166 154 176
Hex A6 9A B0

RGB Percentages of Color #a69ab0

%33.47
%31.05
%35.48

CMYK Percentages of Color #a69ab0

%6
%13
%0
%31

Triadic Colors of #a69ab0

#a69ab0 #b0a69a #9ab0a6

Analogous Colors of #a69ab0

#a69ab0 #b09aaf #9b9ab0

Monochromatic Colors of #a69ab0

#a69ab0

Complementary Color

#a69ab0 #a4b09a

#a69ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ab0 Color CSS Codes

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

#a69ab0 Text Font Color

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

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


#a69ab0 Background Color

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

This div background color is #a69ab0


#a69ab0 Border Color

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

This div border color is #a69ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ab0


Comments

No comments written yet.

Please login to write comment.