Color Hex Logo

#a69daf Color Hex

#A69DAF
(166,157,175)
0 Favorites   0 Comments

Color spaces of #a69daf

RGB 166157175
HSL0.750.100.65
HSV270°10°69°
CMYK 0.050.100.00   0.31
XYZ35.520735.316145.5020
Yxy35.31610.30530.3036
Hunter Lab59.42742.6945-3.7977
CIE-Lab65.99406.7282-8.1582

#a69daf color RGB value is (166,157,175).

#a69daf hex color red value is 166, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a69daf hue: 0.75 , saturation: 0.10 and the lightness value of a69daf is 0.65.

The process color (four color CMYK) of #a69daf color hex is 0.05, 0.10, 0.00, 0.31. Web safe color of #a69daf is #999999. Color #a69daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011101 10101111
Octal 246 235 257
Decimal 166 157 175
Hex A6 9D AF

RGB Percentages of Color #a69daf

%33.33
%31.53
%35.14

CMYK Percentages of Color #a69daf

%5
%10
%0
%31

Triadic Colors of #a69daf

#a69daf #afa69d #9dafa6

Analogous Colors of #a69daf

#a69daf #af9daf #9d9daf

Monochromatic Colors of #a69daf

#a69daf

Complementary Color

#a69daf #a6af9d

#a69daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69daf Color CSS Codes

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

#a69daf Text Font Color

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

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


#a69daf Background Color

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

This div background color is #a69daf


#a69daf Border Color

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

This div border color is #a69daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69daf


Comments

No comments written yet.

Please login to write comment.