color codes Logo

#a6abfd color codes

#A6ABFD
(166,171,253)
0 Favorites   0 Comments

Color spaces of #a6abfd

RGB 166171253
HSL0.660.960.82
HSV237°34°99°
CMYK 0.340.320.00   0.01
XYZ48.018444.324798.9532
Yxy44.32470.25100.2317
Hunter Lab66.576812.2334-41.5191
CIE-Lab72.445016.9947-41.2340

#a6abfd color RGB value is (166,171,253).

#a6abfd hex color red value is 166, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a6abfd hue: 0.66 , saturation: 0.96 and the lightness value of a6abfd is 0.82.

The process color (four color CMYK) of #a6abfd color code is 0.34, 0.32, 0.00, 0.01. Web safe color of #a6abfd is #9999ff. Color #a6abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101011 11111101
Octal 246 253 375
Decimal 166 171 253
Hex A6 AB FD

RGB Percentages of Color #a6abfd

%28.14
%28.98
%42.88

CMYK Percentages of Color #a6abfd

%34
%32
%0
%1

Triadic Colors of #a6abfd

#a6abfd #fda6ab #abfda6

Analogous Colors of #a6abfd

#a6abfd #cda6fd #a6d7fd

Monochromatic Colors of #a6abfd

#a6abfd

Complementary Color

#a6abfd #fdf8a6

#a6abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6abfd Color CSS Codes

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

#a6abfd Text Font Color

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

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


#a6abfd Background Color

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

This div background color is #a6abfd


#a6abfd Border Color

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

This div border color is #a6abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.