Color Hex Logo

#a9aeca Color Hex

#A9AECA
(169,174,202)
0 Favorites   0 Comments

Color spaces of #a9aeca

RGB 169174202
HSL0.640.240.73
HSV231°16°79°
CMYK 0.160.140.00   0.21
XYZ42.158942.971461.9494
Yxy42.97140.28660.2922
Hunter Lab65.55260.0819-10.1443
CIE-Lab71.53564.0093-14.8020

#a9aeca color RGB value is (169,174,202).

#a9aeca hex color red value is 169, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a9aeca hue: 0.64 , saturation: 0.24 and the lightness value of a9aeca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101110 11001010
Octal 251 256 312
Decimal 169 174 202
Hex A9 AE CA

RGB Percentages of Color #a9aeca

%31.01
%31.93
%37.06

CMYK Percentages of Color #a9aeca

%16
%14
%0
%21

Triadic Colors of #a9aeca

#a9aeca #caa9ae #aecaa9

Analogous Colors of #a9aeca

#a9aeca #b5a9ca #a9bfca

Monochromatic Colors of #a9aeca

#a9aeca

Complementary Color

#a9aeca #cac5a9

#a9aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aeca Color CSS Codes

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

#a9aeca Text Font Color

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

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


#a9aeca Background Color

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

This div background color is #a9aeca


#a9aeca Border Color

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

This div border color is #a9aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a9aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aeca


Comments

No comments written yet.

Please login to write comment.