Color Hex Logo

#a6afde Color Hex

#A6AFDE
(166,175,222)
0 Favorites   0 Comments

Color spaces of #a6afde

RGB 166175222
HSL0.640.460.76
HSV230°25°87°
CMYK 0.250.210.00   0.13
XYZ44.240744.040975.2762
Yxy44.04090.27050.2693
Hunter Lab66.36332.8601-20.7986
CIE-Lab72.25587.0806-24.6810

#a6afde color RGB value is (166,175,222).

#a6afde hex color red value is 166, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a6afde hue: 0.64 , saturation: 0.46 and the lightness value of a6afde is 0.76.

The process color (four color CMYK) of #a6afde color hex is 0.25, 0.21, 0.00, 0.13. Web safe color of #a6afde is #9999cc. Color #a6afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11011110
Octal 246 257 336
Decimal 166 175 222
Hex A6 AF DE

RGB Percentages of Color #a6afde

%29.48
%31.08
%39.43

CMYK Percentages of Color #a6afde

%25
%21
%0
%13

Triadic Colors of #a6afde

#a6afde #dea6af #afdea6

Analogous Colors of #a6afde

#a6afde #b9a6de #a6cbde

Monochromatic Colors of #a6afde

#a6afde

Complementary Color

#a6afde #ded5a6

#a6afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afde Color CSS Codes

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

#a6afde Text Font Color

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

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


#a6afde Background Color

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

This div background color is #a6afde


#a6afde Border Color

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

This div border color is #a6afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afde


Comments

No comments written yet.

Please login to write comment.