Color Hex Logo

#a6aeca Color Hex

#A6AECA
(166,174,202)
0 Favorites   0 Comments

Color spaces of #a6aeca

RGB 166174202
HSL0.630.250.72
HSV227°18°79°
CMYK 0.180.140.00   0.21
XYZ41.522642.643461.9196
Yxy42.64340.28420.2919
Hunter Lab65.3019-0.7781-10.5077
CIE-Lab71.31233.0436-15.1604

#a6aeca color RGB value is (166,174,202).

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

The process color (four color CMYK) of #a6aeca color hex is 0.18, 0.14, 0.00, 0.21. Web safe color of #a6aeca is #9999cc. Color #a6aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 11001010
Octal 246 256 312
Decimal 166 174 202
Hex A6 AE CA

RGB Percentages of Color #a6aeca

%30.63
%32.10
%37.27

CMYK Percentages of Color #a6aeca

%18
%14
%0
%21

Triadic Colors of #a6aeca

#a6aeca #caa6ae #aecaa6

Analogous Colors of #a6aeca

#a6aeca #b0a6ca #a6c0ca

Monochromatic Colors of #a6aeca

#a6aeca

Complementary Color

#a6aeca #cac2a6

#a6aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aeca Color CSS Codes

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

#a6aeca Text Font Color

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

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


#a6aeca Background Color

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

This div background color is #a6aeca


#a6aeca Border Color

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

This div border color is #a6aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aeca


Comments

No comments written yet.

Please login to write comment.