Color Hex Logo

#aaadbf Color Hex

#AAADBF
(170,173,191)
0 Favorites   0 Comments

Color spaces of #aaadbf

RGB 170173191
HSL0.640.140.71
HSV231°11°75°
CMYK 0.110.090.00   0.25
XYZ40.925142.194855.2776
Yxy42.19480.29570.3049
Hunter Lab64.9575-1.2156-4.9844
CIE-Lab71.00502.5394-9.5400

#aaadbf color RGB value is (170,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10111111
Octal 252 255 277
Decimal 170 173 191
Hex AA AD BF

RGB Percentages of Color #aaadbf

%31.84
%32.40
%35.77

CMYK Percentages of Color #aaadbf

%11
%9
%0
%25

Triadic Colors of #aaadbf

#aaadbf #bfaaad #adbfaa

Analogous Colors of #aaadbf

#aaadbf #b2aabf #aab8bf

Monochromatic Colors of #aaadbf

#aaadbf

Complementary Color

#aaadbf #bfbcaa

#aaadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadbf Color CSS Codes

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

#aaadbf Text Font Color

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

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


#aaadbf Background Color

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

This div background color is #aaadbf


#aaadbf Border Color

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

This div border color is #aaadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadbf

#aaadbf Color Palettes


Comments

No comments written yet.

Please login to write comment.