Color Hex Logo

#aabdb0 Color Hex

#AABDB0
(170,189,176)
0 Favorites   0 Comments

Color spaces of #aabdb0

RGB 170189176
HSL0.390.130.70
HSV139°10°74°
CMYK 0.100.000.07   0.26
XYZ42.611648.075848.1080
Yxy48.07580.30700.3464
Hunter Lab69.3367-11.64027.3984
CIE-Lab74.8727-9.01504.3482

#aabdb0 color RGB value is (170,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10110000
Octal 252 275 260
Decimal 170 189 176
Hex AA BD B0

RGB Percentages of Color #aabdb0

%31.78
%35.33
%32.90

CMYK Percentages of Color #aabdb0

%10
%0
%7
%26

Triadic Colors of #aabdb0

#aabdb0 #b0aabd #bdb0aa

Analogous Colors of #aabdb0

#aabdb0 #aabdba #aebdaa

Monochromatic Colors of #aabdb0

#aabdb0

Complementary Color

#aabdb0 #bdaab7

#aabdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdb0 Color CSS Codes

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

#aabdb0 Text Font Color

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

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


#aabdb0 Background Color

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

This div background color is #aabdb0


#aabdb0 Border Color

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

This div border color is #aabdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdb0


Comments

No comments written yet.

Please login to write comment.