Color Hex Logo

#a9adce Color Hex

#A9ADCE
(169,173,206)
0 Favorites   0 Comments

Color spaces of #a9adce

RGB 169173206
HSL0.650.270.74
HSV234°18°81°
CMYK 0.180.160.00   0.19
XYZ42.446342.778464.4124
Yxy42.77840.28370.2859
Hunter Lab65.40521.3828-12.6064
CIE-Lab71.40435.4395-17.1961

#a9adce color RGB value is (169,173,206).

#a9adce hex color red value is 169, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a9adce hue: 0.65 , saturation: 0.27 and the lightness value of a9adce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 11001110
Octal 251 255 316
Decimal 169 173 206
Hex A9 AD CE

RGB Percentages of Color #a9adce

%30.84
%31.57
%37.59

CMYK Percentages of Color #a9adce

%18
%16
%0
%19

Triadic Colors of #a9adce

#a9adce #cea9ad #adcea9

Analogous Colors of #a9adce

#a9adce #b8a9ce #a9c0ce

Monochromatic Colors of #a9adce

#a9adce

Complementary Color

#a9adce #cecaa9

#a9adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9adce Color CSS Codes

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

#a9adce Text Font Color

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

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


#a9adce Background Color

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

This div background color is #a9adce


#a9adce Border Color

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

This div border color is #a9adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9adce


Comments

No comments written yet.

Please login to write comment.