Color Hex Logo

#a9acef Color Hex

#A9ACEF
(169,172,239)
0 Favorites   0 Comments

Color spaces of #a9acef

RGB 169172239
HSL0.660.690.80
HSV237°29°94°
CMYK 0.290.280.00   0.06
XYZ46.694744.172187.7263
Yxy44.17210.26150.2473
Hunter Lab66.46219.1012-31.7361
CIE-Lab72.343413.7393-33.7868

#a9acef color RGB value is (169,172,239).

#a9acef hex color red value is 169, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a9acef hue: 0.66 , saturation: 0.69 and the lightness value of a9acef is 0.80.

The process color (four color CMYK) of #a9acef color hex is 0.29, 0.28, 0.00, 0.06. Web safe color of #a9acef is #9999ff. Color #a9acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 11101111
Octal 251 254 357
Decimal 169 172 239
Hex A9 AC EF

RGB Percentages of Color #a9acef

%29.14
%29.66
%41.21

CMYK Percentages of Color #a9acef

%29
%28
%0
%6

Triadic Colors of #a9acef

#a9acef #efa9ac #acefa9

Analogous Colors of #a9acef

#a9acef #c9a9ef #a9cfef

Monochromatic Colors of #a9acef

#a9acef

Complementary Color

#a9acef #efeca9

#a9acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9acef Color CSS Codes

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

#a9acef Text Font Color

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

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


#a9acef Background Color

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

This div background color is #a9acef


#a9acef Border Color

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

This div border color is #a9acef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,172,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9acef


Comments

No comments written yet.

Please login to write comment.