Color Hex Logo

#a6abda Color Hex

#A6ABDA
(166,171,218)
0 Favorites   0 Comments

Color spaces of #a6abda

RGB 166171218
HSL0.650.410.75
HSV234°24°85°
CMYK 0.240.220.00   0.15
XYZ42.943742.294872.2300
Yxy42.29480.27270.2686
Hunter Lab65.03454.0572-20.3259
CIE-Lab71.07378.3516-24.3008

#a6abda color RGB value is (166,171,218).

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

The process color (four color CMYK) of #a6abda color hex is 0.24, 0.22, 0.00, 0.15. Web safe color of #a6abda is #9999cc. Color #a6abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101011 11011010
Octal 246 253 332
Decimal 166 171 218
Hex A6 AB DA

RGB Percentages of Color #a6abda

%29.91
%30.81
%39.28

CMYK Percentages of Color #a6abda

%24
%22
%0
%15

Triadic Colors of #a6abda

#a6abda #daa6ab #abdaa6

Analogous Colors of #a6abda

#a6abda #bba6da #a6c5da

Monochromatic Colors of #a6abda

#a6abda

Complementary Color

#a6abda #dad5a6

#a6abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6abda Color CSS Codes

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

#a6abda Text Font Color

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

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


#a6abda Background Color

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

This div background color is #a6abda


#a6abda Border Color

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

This div border color is #a6abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6abda


Comments

No comments written yet.

Please login to write comment.