Color Hex Logo

#a6abeb Color Hex

#A6ABEB
(166,171,235)
0 Favorites   0 Comments

Color spaces of #a6abeb

RGB 166171235
HSL0.650.630.79
HSV236°29°92°
CMYK 0.290.270.00   0.08
XYZ45.284243.231084.5549
Yxy43.23100.26170.2498
Hunter Lab65.75037.8753-30.2218
CIE-Lab71.711512.4498-32.6061

#a6abeb color RGB value is (166,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101011 11101011
Octal 246 253 353
Decimal 166 171 235
Hex A6 AB EB

RGB Percentages of Color #a6abeb

%29.02
%29.90
%41.08

CMYK Percentages of Color #a6abeb

%29
%27
%0
%8

Triadic Colors of #a6abeb

#a6abeb #eba6ab #abeba6

Analogous Colors of #a6abeb

#a6abeb #c4a6eb #a6ceeb

Monochromatic Colors of #a6abeb

#a6abeb

Complementary Color

#a6abeb #ebe6a6

#a6abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6abeb Color CSS Codes

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

#a6abeb Text Font Color

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

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


#a6abeb Background Color

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

This div background color is #a6abeb


#a6abeb Border Color

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

This div border color is #a6abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6abeb


Comments

No comments written yet.

Please login to write comment.