Color Hex Logo

#aabdb1 Color Hex

#AABDB1
(170,189,177)
0 Favorites   0 Comments

Color spaces of #aabdb1

RGB 170189177
HSL0.390.130.70
HSV142°10°74°
CMYK 0.100.000.06   0.26
XYZ42.711048.115648.6311
Yxy48.11560.30630.3450
Hunter Lab69.3654-11.48006.9884
CIE-Lab74.8978-8.82583.8413

#aabdb1 color RGB value is (170,189,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10110001
Octal 252 275 261
Decimal 170 189 177
Hex AA BD B1

RGB Percentages of Color #aabdb1

%31.72
%35.26
%33.02

CMYK Percentages of Color #aabdb1

%10
%0
%6
%26

Triadic Colors of #aabdb1

#aabdb1 #b1aabd #bdb1aa

Analogous Colors of #aabdb1

#aabdb1 #aabdbb #adbdaa

Monochromatic Colors of #aabdb1

#aabdb1

Complementary Color

#aabdb1 #bdaab6

#aabdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdb1 Color CSS Codes

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

#aabdb1 Text Font Color

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

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


#aabdb1 Background Color

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

This div background color is #aabdb1


#aabdb1 Border Color

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

This div border color is #aabdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdb1


Comments

No comments written yet.

Please login to write comment.