Color Hex Logo

#a6aece Color Hex

#A6AECE
(166,174,206)
0 Favorites   0 Comments

Color spaces of #a6aece

RGB 166174206
HSL0.630.290.73
HSV228°19°81°
CMYK 0.190.160.00   0.19
XYZ42.002542.835364.4468
Yxy42.83530.28140.2869
Hunter Lab65.44870.0194-12.5683
CIE-Lab71.44303.9359-17.1592

#a6aece color RGB value is (166,174,206).

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

The process color (four color CMYK) of #a6aece color hex is 0.19, 0.16, 0.00, 0.19. Web safe color of #a6aece is #9999cc. Color #a6aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 11001110
Octal 246 256 316
Decimal 166 174 206
Hex A6 AE CE

RGB Percentages of Color #a6aece

%30.40
%31.87
%37.73

CMYK Percentages of Color #a6aece

%19
%16
%0
%19

Triadic Colors of #a6aece

#a6aece #cea6ae #aecea6

Analogous Colors of #a6aece

#a6aece #b2a6ce #a6c2ce

Monochromatic Colors of #a6aece

#a6aece

Complementary Color

#a6aece #cec6a6

#a6aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aece Color CSS Codes

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

#a6aece Text Font Color

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

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


#a6aece Background Color

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

This div background color is #a6aece


#a6aece Border Color

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

This div border color is #a6aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aece


Comments

No comments written yet.

Please login to write comment.