Color Hex Logo

#aaadbc Color Hex

#AAADBC
(170,173,188)
0 Favorites   0 Comments

Color spaces of #aaadbc

RGB 170173188
HSL0.640.120.70
HSV230°10°74°
CMYK 0.100.080.00   0.26
XYZ40.598242.064053.5564
Yxy42.06400.29800.3088
Hunter Lab64.8568-1.7642-3.5598
CIE-Lab70.91501.9193-8.0217

#aaadbc color RGB value is (170,173,188).

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

The process color (four color CMYK) of #aaadbc color hex is 0.10, 0.08, 0.00, 0.26. Web safe color of #aaadbc is #9999cc. Color #aaadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10111100
Octal 252 255 274
Decimal 170 173 188
Hex AA AD BC

RGB Percentages of Color #aaadbc

%32.02
%32.58
%35.40

CMYK Percentages of Color #aaadbc

%10
%8
%0
%26

Triadic Colors of #aaadbc

#aaadbc #bcaaad #adbcaa

Analogous Colors of #aaadbc

#aaadbc #b0aabc #aab6bc

Monochromatic Colors of #aaadbc

#aaadbc

Complementary Color

#aaadbc #bcb9aa

#aaadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadbc Color CSS Codes

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

#aaadbc Text Font Color

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

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


#aaadbc Background Color

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

This div background color is #aaadbc


#aaadbc Border Color

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

This div border color is #aaadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadbc


Comments

No comments written yet.

Please login to write comment.