Color Hex Logo

#a6afd5 Color Hex

#A6AFD5
(166,175,213)
0 Favorites   0 Comments

Color spaces of #a6afd5

RGB 166175213
HSL0.630.360.74
HSV229°22°84°
CMYK 0.220.180.00   0.16
XYZ43.066143.571069.0910
Yxy43.57100.27650.2798
Hunter Lab66.00830.9449-15.8531
CIE-Lab71.94084.9782-20.2415

#a6afd5 color RGB value is (166,175,213).

#a6afd5 hex color red value is 166, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a6afd5 hue: 0.63 , saturation: 0.36 and the lightness value of a6afd5 is 0.74.

The process color (four color CMYK) of #a6afd5 color hex is 0.22, 0.18, 0.00, 0.16. Web safe color of #a6afd5 is #9999cc. Color #a6afd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11010101
Octal 246 257 325
Decimal 166 175 213
Hex A6 AF D5

RGB Percentages of Color #a6afd5

%29.96
%31.59
%38.45

CMYK Percentages of Color #a6afd5

%22
%18
%0
%16

Triadic Colors of #a6afd5

#a6afd5 #d5a6af #afd5a6

Analogous Colors of #a6afd5

#a6afd5 #b5a6d5 #a6c7d5

Monochromatic Colors of #a6afd5

#a6afd5

Complementary Color

#a6afd5 #d5cca6

#a6afd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afd5 Color CSS Codes

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

#a6afd5 Text Font Color

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

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


#a6afd5 Background Color

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

This div background color is #a6afd5


#a6afd5 Border Color

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

This div border color is #a6afd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afd5


Comments

No comments written yet.

Please login to write comment.