Color Hex Logo

#a6afcd Color Hex

#A6AFCD
(166,175,205)
0 Favorites   0 Comments

Color spaces of #a6afcd

RGB 166175205
HSL0.630.280.73
HSV226°19°80°
CMYK 0.190.150.00   0.20
XYZ42.075343.174763.8736
Yxy43.17470.28220.2895
Hunter Lab65.7075-0.6869-11.6400
CIE-Lab71.67343.1630-16.2628

#a6afcd color RGB value is (166,175,205).

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

The process color (four color CMYK) of #a6afcd color hex is 0.19, 0.15, 0.00, 0.20. Web safe color of #a6afcd is #9999cc. Color #a6afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11001101
Octal 246 257 315
Decimal 166 175 205
Hex A6 AF CD

RGB Percentages of Color #a6afcd

%30.40
%32.05
%37.55

CMYK Percentages of Color #a6afcd

%19
%15
%0
%20

Triadic Colors of #a6afcd

#a6afcd #cda6af #afcda6

Analogous Colors of #a6afcd

#a6afcd #b1a6cd #a6c3cd

Monochromatic Colors of #a6afcd

#a6afcd

Complementary Color

#a6afcd #cdc4a6

#a6afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afcd Color CSS Codes

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

#a6afcd Text Font Color

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

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


#a6afcd Background Color

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

This div background color is #a6afcd


#a6afcd Border Color

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

This div border color is #a6afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afcd


Comments

No comments written yet.

Please login to write comment.