Color Hex Logo

#aaadab Color Hex

#AAADAB
(170,173,171)
0 Favorites   0 Comments

Color spaces of #aaadab

RGB 170173171
HSL0.390.020.67
HSV140°68°
CMYK 0.020.000.01   0.32
XYZ38.871841.373544.4652
Yxy41.37350.31170.3318
Hunter Lab64.3222-4.69124.0391
CIE-Lab70.4368-1.43450.6462

#aaadab color RGB value is (170,173,171).

#aaadab hex color red value is 170, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aaadab hue: 0.39 , saturation: 0.02 and the lightness value of aaadab is 0.67.

The process color (four color CMYK) of #aaadab color hex is 0.02, 0.00, 0.01, 0.32. Web safe color of #aaadab is #999999. Color #aaadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10101011
Octal 252 255 253
Decimal 170 173 171
Hex AA AD AB

RGB Percentages of Color #aaadab

%33.07
%33.66
%33.27

CMYK Percentages of Color #aaadab

%2
%0
%1
%32

Triadic Colors of #aaadab

#aaadab #abaaad #adabaa

Analogous Colors of #aaadab

#aaadab #aaadad #abadaa

Monochromatic Colors of #aaadab

#aaadab

Complementary Color

#aaadab #adaaac

#aaadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadab Color CSS Codes

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

#aaadab Text Font Color

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

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


#aaadab Background Color

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

This div background color is #aaadab


#aaadab Border Color

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

This div border color is #aaadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadab


Comments

No comments written yet.

Please login to write comment.