Color Hex Logo

#aaabbd Color Hex

#AAABBD
(170,171,189)
0 Favorites   0 Comments

Color spaces of #aaabbd

RGB 170171189
HSL0.660.130.70
HSV237°10°74°
CMYK 0.100.100.00   0.26
XYZ40.325841.346053.9993
Yxy41.34600.29720.3048
Hunter Lab64.3009-0.5816-4.7806
CIE-Lab70.41773.2190-9.3132

#aaabbd color RGB value is (170,171,189).

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

The process color (four color CMYK) of #aaabbd color hex is 0.10, 0.10, 0.00, 0.26. Web safe color of #aaabbd is #9999cc. Color #aaabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10111101
Octal 252 253 275
Decimal 170 171 189
Hex AA AB BD

RGB Percentages of Color #aaabbd

%32.08
%32.26
%35.66

CMYK Percentages of Color #aaabbd

%10
%10
%0
%26

Triadic Colors of #aaabbd

#aaabbd #bdaaab #abbdaa

Analogous Colors of #aaabbd

#aaabbd #b3aabd #aab5bd

Monochromatic Colors of #aaabbd

#aaabbd

Complementary Color

#aaabbd #bdbcaa

#aaabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabbd Color CSS Codes

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

#aaabbd Text Font Color

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

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


#aaabbd Background Color

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

This div background color is #aaabbd


#aaabbd Border Color

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

This div border color is #aaabbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,171,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 #aaabbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabbd

#aaabbd Color Palettes


Comments

No comments written yet.

Please login to write comment.