Color Hex Logo

#a6aebd Color Hex

#A6AEBD
(166,174,189)
0 Favorites   0 Comments

Color spaces of #a6aebd

RGB 166174189
HSL0.610.150.70
HSV219°12°74°
CMYK 0.120.080.00   0.26
XYZ40.047242.053254.1505
Yxy42.05320.29390.3086
Hunter Lab64.8484-3.2520-4.1151
CIE-Lab70.90760.2401-8.6161

#a6aebd color RGB value is (166,174,189).

#a6aebd hex color red value is 166, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6aebd hue: 0.61 , saturation: 0.15 and the lightness value of a6aebd is 0.70.

The process color (four color CMYK) of #a6aebd color hex is 0.12, 0.08, 0.00, 0.26. Web safe color of #a6aebd is #9999cc. Color #a6aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 10111101
Octal 246 256 275
Decimal 166 174 189
Hex A6 AE BD

RGB Percentages of Color #a6aebd

%31.38
%32.89
%35.73

CMYK Percentages of Color #a6aebd

%12
%8
%0
%26

Triadic Colors of #a6aebd

#a6aebd #bda6ae #aebda6

Analogous Colors of #a6aebd

#a6aebd #aaa6bd #a6babd

Monochromatic Colors of #a6aebd

#a6aebd

Complementary Color

#a6aebd #bdb5a6

#a6aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aebd Color CSS Codes

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

#a6aebd Text Font Color

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

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


#a6aebd Background Color

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

This div background color is #a6aebd


#a6aebd Border Color

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

This div border color is #a6aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aebd


Comments

No comments written yet.

Please login to write comment.