Color Hex Logo

#a698ab Color Hex

#A698AB
(166,152,171)
0 Favorites   0 Comments

Color spaces of #a698ab

RGB 166152171
HSL0.790.100.63
HSV284°11°67°
CMYK 0.030.110.00   0.33
XYZ34.304833.503743.1869
Yxy33.50370.30910.3018
Hunter Lab57.88244.4963-3.7195
CIE-Lab64.56678.7233-8.0389

#a698ab color RGB value is (166,152,171).

#a698ab hex color red value is 166, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a698ab hue: 0.79 , saturation: 0.10 and the lightness value of a698ab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011000 10101011
Octal 246 230 253
Decimal 166 152 171
Hex A6 98 AB

RGB Percentages of Color #a698ab

%33.95
%31.08
%34.97

CMYK Percentages of Color #a698ab

%3
%11
%0
%33

Triadic Colors of #a698ab

#a698ab #aba698 #98aba6

Analogous Colors of #a698ab

#a698ab #ab98a7 #9d98ab

Monochromatic Colors of #a698ab

#a698ab

Complementary Color

#a698ab #9dab98

#a698ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a698ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a698ab Color CSS Codes

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

#a698ab Text Font Color

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

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


#a698ab Background Color

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

This div background color is #a698ab


#a698ab Border Color

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

This div border color is #a698ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,152,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 #a698ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a698ab


Comments

No comments written yet.

Please login to write comment.