Color Hex Logo

#aababd Color Hex

#AABABD
(170,186,189)
0 Favorites   0 Comments

Color spaces of #aababd

RGB 170186189
HSL0.530.130.70
HSV189°10°74°
CMYK 0.100.020.00   0.26
XYZ43.321847.338054.9980
Yxy47.33800.29740.3250
Hunter Lab68.8026-8.01140.7678
CIE-Lab74.4055-4.8867-3.4077

#aababd color RGB value is (170,186,189).

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

The process color (four color CMYK) of #aababd color hex is 0.10, 0.02, 0.00, 0.26. Web safe color of #aababd is #99cccc. Color #aababd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10111101
Octal 252 272 275
Decimal 170 186 189
Hex AA BA BD

RGB Percentages of Color #aababd

%31.19
%34.13
%34.68

CMYK Percentages of Color #aababd

%10
%2
%0
%26

Triadic Colors of #aababd

#aababd #bdaaba #babdaa

Analogous Colors of #aababd

#aababd #aab1bd #aabdb7

Monochromatic Colors of #aababd

#aababd

Complementary Color

#aababd #bdadaa

#aababd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aababd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aababd Color CSS Codes

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

#aababd Text Font Color

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

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


#aababd Background Color

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

This div background color is #aababd


#aababd Border Color

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

This div border color is #aababd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aababd


Comments

No comments written yet.

Please login to write comment.