Color Hex Logo

#a6aeeb Color Hex

#A6AEEB
(166,174,235)
0 Favorites   0 Comments

Color spaces of #a6aeeb

RGB 166174235
HSL0.650.630.79
HSV233°29°92°
CMYK 0.290.260.00   0.08
XYZ45.857344.377384.7460
Yxy44.37730.26210.2536
Hunter Lab66.61636.2973-28.7944
CIE-Lab72.480010.7779-31.4195

#a6aeeb color RGB value is (166,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 11101011
Octal 246 256 353
Decimal 166 174 235
Hex A6 AE EB

RGB Percentages of Color #a6aeeb

%28.87
%30.26
%40.87

CMYK Percentages of Color #a6aeeb

%29
%26
%0
%8

Triadic Colors of #a6aeeb

#a6aeeb #eba6ae #aeeba6

Analogous Colors of #a6aeeb

#a6aeeb #c1a6eb #a6d1eb

Monochromatic Colors of #a6aeeb

#a6aeeb

Complementary Color

#a6aeeb #ebe3a6

#a6aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aeeb Color CSS Codes

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

#a6aeeb Text Font Color

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

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


#a6aeeb Background Color

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

This div background color is #a6aeeb


#a6aeeb Border Color

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

This div border color is #a6aeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,174,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 #a6aeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aeeb


Comments

No comments written yet.

Please login to write comment.