Color Hex Logo

#aabdb6 Color Hex

#AABDB6
(170,189,182)
0 Favorites   0 Comments

Color spaces of #aabdb6

RGB 170189182
HSL0.440.130.70
HSV158°10°74°
CMYK 0.100.000.04   0.26
XYZ43.218748.318651.3045
Yxy48.31860.30260.3383
Hunter Lab69.5116-10.66324.8979
CIE-Lab75.0254-7.86451.3098

#aabdb6 color RGB value is (170,189,182).

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

The process color (four color CMYK) of #aabdb6 color hex is 0.10, 0.00, 0.04, 0.26. Web safe color of #aabdb6 is #99cccc. Color #aabdb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10110110
Octal 252 275 266
Decimal 170 189 182
Hex AA BD B6

RGB Percentages of Color #aabdb6

%31.42
%34.94
%33.64

CMYK Percentages of Color #aabdb6

%10
%0
%4
%26

Triadic Colors of #aabdb6

#aabdb6 #b6aabd #bdb6aa

Analogous Colors of #aabdb6

#aabdb6 #aabbbd #aabdad

Monochromatic Colors of #aabdb6

#aabdb6

Complementary Color

#aabdb6 #bdaab1

#aabdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdb6 Color CSS Codes

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

#aabdb6 Text Font Color

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

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


#aabdb6 Background Color

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

This div background color is #aabdb6


#aabdb6 Border Color

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

This div border color is #aabdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdb6

#aabdb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.