Color Hex Logo

#aaadbe Color Hex

#AAADBE
(170,173,190)
0 Favorites   0 Comments

Color spaces of #aaadbe

RGB 170173190
HSL0.640.130.71
HSV231°11°75°
CMYK 0.110.090.00   0.25
XYZ40.815442.150954.6999
Yxy42.15090.29650.3062
Hunter Lab64.9237-1.3995-4.5067
CIE-Lab70.97482.3318-9.0342

#aaadbe color RGB value is (170,173,190).

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

The process color (four color CMYK) of #aaadbe color hex is 0.11, 0.09, 0.00, 0.25. Web safe color of #aaadbe is #9999cc. Color #aaadbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10111110
Octal 252 255 276
Decimal 170 173 190
Hex AA AD BE

RGB Percentages of Color #aaadbe

%31.89
%32.46
%35.65

CMYK Percentages of Color #aaadbe

%11
%9
%0
%25

Triadic Colors of #aaadbe

#aaadbe #beaaad #adbeaa

Analogous Colors of #aaadbe

#aaadbe #b1aabe #aab7be

Monochromatic Colors of #aaadbe

#aaadbe

Complementary Color

#aaadbe #bebbaa

#aaadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadbe Color CSS Codes

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

#aaadbe Text Font Color

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

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


#aaadbe Background Color

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

This div background color is #aaadbe


#aaadbe Border Color

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

This div border color is #aaadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadbe


Comments

No comments written yet.

Please login to write comment.