Color Hex Logo

#aaaddb Color Hex

#AAADDB
(170,173,219)
0 Favorites   0 Comments

Color spaces of #aaaddb

RGB 170173219
HSL0.660.400.76
HSV236°22°86°
CMYK 0.220.210.00   0.14
XYZ44.307343.547773.0881
Yxy43.54770.27530.2706
Hunter Lab65.99074.3643-19.4733
CIE-Lab71.92518.7003-23.5208

#aaaddb color RGB value is (170,173,219).

#aaaddb hex color red value is 170, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aaaddb hue: 0.66 , saturation: 0.40 and the lightness value of aaaddb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11011011
Octal 252 255 333
Decimal 170 173 219
Hex AA AD DB

RGB Percentages of Color #aaaddb

%30.25
%30.78
%38.97

CMYK Percentages of Color #aaaddb

%22
%21
%0
%14

Triadic Colors of #aaaddb

#aaaddb #dbaaad #addbaa

Analogous Colors of #aaaddb

#aaaddb #c0aadb #aac6db

Monochromatic Colors of #aaaddb

#aaaddb

Complementary Color

#aaaddb #dbd8aa

#aaaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaddb Color CSS Codes

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

#aaaddb Text Font Color

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

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


#aaaddb Background Color

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

This div background color is #aaaddb


#aaaddb Border Color

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

This div border color is #aaaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaddb

#aaaddb Color Palettes


Comments

No comments written yet.

Please login to write comment.