Color Hex Logo

#adaac9 Color Hex

#ADAAC9
(173,170,201)
0 Favorites   0 Comments

Color spaces of #adaac9

RGB 173170201
HSL0.680.220.73
HSV246°15°79°
CMYK 0.140.150.00   0.21
XYZ42.150941.850761.1147
Yxy41.85070.29050.2884
Hunter Lab64.69213.0925-10.7268
CIE-Lab70.76797.2942-15.3779

#adaac9 color RGB value is (173,170,201).

#adaac9 hex color red value is 173, green value is 170 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #adaac9 hue: 0.68 , saturation: 0.22 and the lightness value of adaac9 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11001001
Octal 255 252 311
Decimal 173 170 201
Hex AD AA C9

RGB Percentages of Color #adaac9

%31.80
%31.25
%36.95

CMYK Percentages of Color #adaac9

%14
%15
%0
%21

Triadic Colors of #adaac9

#adaac9 #c9adaa #aac9ad

Analogous Colors of #adaac9

#adaac9 #bdaac9 #aab7c9

Monochromatic Colors of #adaac9

#adaac9

Complementary Color

#adaac9 #c6c9aa

#adaac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaac9 Color CSS Codes

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

#adaac9 Text Font Color

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

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


#adaac9 Background Color

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

This div background color is #adaac9


#adaac9 Border Color

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

This div border color is #adaac9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaac9

#adaac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.