Color Hex Logo

#aaadba Color Hex

#AAADBA
(170,173,186)
0 Favorites   0 Comments

Color spaces of #aaadba

RGB 170173186
HSL0.640.100.70
HSV229°73°
CMYK 0.090.070.00   0.27
XYZ40.384141.978452.4285
Yxy41.97840.29960.3114
Hunter Lab64.7907-2.1247-2.6238
CIE-Lab70.85601.5105-7.0072

#aaadba color RGB value is (170,173,186).

#aaadba hex color red value is 170, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aaadba hue: 0.64 , saturation: 0.10 and the lightness value of aaadba is 0.70.

The process color (four color CMYK) of #aaadba color hex is 0.09, 0.07, 0.00, 0.27. Web safe color of #aaadba is #9999cc. Color #aaadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10111010
Octal 252 255 272
Decimal 170 173 186
Hex AA AD BA

RGB Percentages of Color #aaadba

%32.14
%32.70
%35.16

CMYK Percentages of Color #aaadba

%9
%7
%0
%27

Triadic Colors of #aaadba

#aaadba #baaaad #adbaaa

Analogous Colors of #aaadba

#aaadba #afaaba #aab5ba

Monochromatic Colors of #aaadba

#aaadba

Complementary Color

#aaadba #bab7aa

#aaadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadba Color CSS Codes

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

#aaadba Text Font Color

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

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


#aaadba Background Color

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

This div background color is #aaadba


#aaadba Border Color

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

This div border color is #aaadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadba


Comments

No comments written yet.

Please login to write comment.