Color Hex Logo

#aaaabd Color Hex

#AAAABD
(170,170,189)
0 Favorites   0 Comments

Color spaces of #aaaabd

RGB 170170189
HSL0.670.130.70
HSV240°10°74°
CMYK 0.100.100.00   0.26
XYZ40.137640.969653.9366
Yxy40.96960.29720.3034
Hunter Lab64.0075-0.0800-5.1561
CIE-Lab70.15463.7674-9.7054

#aaaabd color RGB value is (170,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10111101
Octal 252 252 275
Decimal 170 170 189
Hex AA AA BD

RGB Percentages of Color #aaaabd

%32.14
%32.14
%35.73

CMYK Percentages of Color #aaaabd

%10
%10
%0
%26

Triadic Colors of #aaaabd

#aaaabd #bdaaaa #aabdaa

Analogous Colors of #aaaabd

#aaaabd #b4aabd #aab4bd

Monochromatic Colors of #aaaabd

#aaaabd

Complementary Color

#aaaabd #bdbdaa

#aaaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaabd Color CSS Codes

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

#aaaabd Text Font Color

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

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


#aaaabd Background Color

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

This div background color is #aaaabd


#aaaabd Border Color

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

This div border color is #aaaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaabd


Comments

No comments written yet.

Please login to write comment.