Color Hex Logo

#a9acd7 Color Hex

#A9ACD7
(169,172,215)
0 Favorites   0 Comments

Color spaces of #a9acd7

RGB 169172215
HSL0.660.370.75
HSV236°21°84°
CMYK 0.210.200.00   0.16
XYZ43.380542.846470.2738
Yxy42.84640.27720.2738
Hunter Lab65.45723.7475-17.8328
CIE-Lab71.45068.0235-22.0619

#a9acd7 color RGB value is (169,172,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 11010111
Octal 251 254 327
Decimal 169 172 215
Hex A9 AC D7

RGB Percentages of Color #a9acd7

%30.40
%30.94
%38.67

CMYK Percentages of Color #a9acd7

%21
%20
%0
%16

Triadic Colors of #a9acd7

#a9acd7 #d7a9ac #acd7a9

Analogous Colors of #a9acd7

#a9acd7 #bda9d7 #a9c3d7

Monochromatic Colors of #a9acd7

#a9acd7

Complementary Color

#a9acd7 #d7d4a9

#a9acd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9acd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9acd7 Color CSS Codes

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

#a9acd7 Text Font Color

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

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


#a9acd7 Background Color

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

This div background color is #a9acd7


#a9acd7 Border Color

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

This div border color is #a9acd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9acd7


Comments

No comments written yet.

Please login to write comment.