Color Hex Logo

#aabdad Color Hex

#AABDAD
(170,189,173)
0 Favorites   0 Comments

Color spaces of #aabdad

RGB 170189173
HSL0.360.130.70
HSV129°10°74°
CMYK 0.100.000.08   0.26
XYZ42.318047.958446.5617
Yxy47.95840.30930.3505
Hunter Lab69.2520-12.11468.6127
CIE-Lab74.7987-9.57695.8704

#aabdad color RGB value is (170,189,173).

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

The process color (four color CMYK) of #aabdad color hex is 0.10, 0.00, 0.08, 0.26. Web safe color of #aabdad is #99cc99. Color #aabdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10101101
Octal 252 275 255
Decimal 170 189 173
Hex AA BD AD

RGB Percentages of Color #aabdad

%31.95
%35.53
%32.52

CMYK Percentages of Color #aabdad

%10
%0
%8
%26

Triadic Colors of #aabdad

#aabdad #adaabd #bdadaa

Analogous Colors of #aabdad

#aabdad #aabdb7 #b1bdaa

Monochromatic Colors of #aabdad

#aabdad

Complementary Color

#aabdad #bdaaba

#aabdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdad Color CSS Codes

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

#aabdad Text Font Color

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

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


#aabdad Background Color

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

This div background color is #aabdad


#aabdad Border Color

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

This div border color is #aabdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdad


Comments

No comments written yet.

Please login to write comment.