Color Hex Logo

#a6afec Color Hex

#A6AFEC
(166,175,236)
0 Favorites   0 Comments

Color spaces of #a6afec

RGB 166175236
HSL0.650.650.79
HSV232°30°93°
CMYK 0.300.260.00   0.07
XYZ46.196244.823185.5738
Yxy44.82310.26160.2538
Hunter Lab66.95016.0042-28.9179
CIE-Lab72.775310.4688-31.5074

#a6afec color RGB value is (166,175,236).

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

The process color (four color CMYK) of #a6afec color hex is 0.30, 0.26, 0.00, 0.07. Web safe color of #a6afec is #9999ff. Color #a6afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11101100
Octal 246 257 354
Decimal 166 175 236
Hex A6 AF EC

RGB Percentages of Color #a6afec

%28.77
%30.33
%40.90

CMYK Percentages of Color #a6afec

%30
%26
%0
%7

Triadic Colors of #a6afec

#a6afec #eca6af #afeca6

Analogous Colors of #a6afec

#a6afec #c0a6ec #a6d2ec

Monochromatic Colors of #a6afec

#a6afec

Complementary Color

#a6afec #ece3a6

#a6afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afec Color CSS Codes

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

#a6afec Text Font Color

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

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


#a6afec Background Color

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

This div background color is #a6afec


#a6afec Border Color

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

This div border color is #a6afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afec

#a6afec Color Palettes


Comments

No comments written yet.

Please login to write comment.