Color Hex Logo

#a6aceb Color Hex

#A6ACEB
(166,172,235)
0 Favorites   0 Comments

Color spaces of #a6aceb

RGB 166172235
HSL0.650.630.79
HSV235°29°92°
CMYK 0.290.270.00   0.08
XYZ45.473843.610284.6181
Yxy43.61020.26180.2511
Hunter Lab66.03807.3486-29.7449
CIE-Lab71.967211.8919-32.2110

#a6aceb color RGB value is (166,172,235).

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

The process color (four color CMYK) of #a6aceb color hex is 0.29, 0.27, 0.00, 0.08. Web safe color of #a6aceb is #9999ff. Color #a6aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101100 11101011
Octal 246 254 353
Decimal 166 172 235
Hex A6 AC EB

RGB Percentages of Color #a6aceb

%28.97
%30.02
%41.01

CMYK Percentages of Color #a6aceb

%29
%27
%0
%8

Triadic Colors of #a6aceb

#a6aceb #eba6ac #aceba6

Analogous Colors of #a6aceb

#a6aceb #c3a6eb #a6cfeb

Monochromatic Colors of #a6aceb

#a6aceb

Complementary Color

#a6aceb #ebe5a6

#a6aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aceb Color CSS Codes

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

#a6aceb Text Font Color

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

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


#a6aceb Background Color

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

This div background color is #a6aceb


#a6aceb Border Color

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

This div border color is #a6aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aceb


Comments

No comments written yet.

Please login to write comment.