Color Hex Logo

#aabdbe Color Hex

#AABDBE
(170,189,190)
0 Favorites   0 Comments

Color spaces of #aabdbe

RGB 170189190
HSL0.510.130.71
HSV183°11°75°
CMYK 0.110.010.00   0.25
XYZ44.069448.658955.7846
Yxy48.65890.29670.3276
Hunter Lab69.7559-9.30271.4143
CIE-Lab75.2386-6.2771-2.7269

#aabdbe color RGB value is (170,189,190).

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

The process color (four color CMYK) of #aabdbe color hex is 0.11, 0.01, 0.00, 0.25. Web safe color of #aabdbe is #99cccc. Color #aabdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10111110
Octal 252 275 276
Decimal 170 189 190
Hex AA BD BE

RGB Percentages of Color #aabdbe

%30.97
%34.43
%34.61

CMYK Percentages of Color #aabdbe

%11
%1
%0
%25

Triadic Colors of #aabdbe

#aabdbe #beaabd #bdbeaa

Analogous Colors of #aabdbe

#aabdbe #aab3be #aabeb5

Monochromatic Colors of #aabdbe

#aabdbe

Complementary Color

#aabdbe #beabaa

#aabdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdbe Color CSS Codes

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

#aabdbe Text Font Color

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

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


#aabdbe Background Color

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

This div background color is #aabdbe


#aabdbe Border Color

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

This div border color is #aabdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdbe


Comments

No comments written yet.

Please login to write comment.