Color Hex Logo

#aaaabb Color Hex

#AAAABB
(170,170,187)
3 Favorites   0 Comments

Color spaces of #aaaabb

RGB 170170187
HSL0.670.110.70
HSV240°73°
CMYK 0.090.090.00   0.27
XYZ39.921940.883452.8009
Yxy40.88340.29880.3060
Hunter Lab63.9401-0.4463-4.2028
CIE-Lab70.09423.3549-8.6911

#aaaabb color RGB value is (170,170,187).

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

The process color (four color CMYK) of #aaaabb color hex is 0.09, 0.09, 0.00, 0.27. Web safe color of #aaaabb is #9999cc. Color #aaaabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10111011
Octal 252 252 273
Decimal 170 170 187
Hex AA AA BB

RGB Percentages of Color #aaaabb

%32.26
%32.26
%35.48

CMYK Percentages of Color #aaaabb

%9
%9
%0
%27

Triadic Colors of #aaaabb

#aaaabb #bbaaaa #aabbaa

Analogous Colors of #aaaabb

#aaaabb #b3aabb #aab3bb

Monochromatic Colors of #aaaabb

#aaaabb

Complementary Color

#aaaabb #bbbbaa

#aaaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaabb Color CSS Codes

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

#aaaabb Text Font Color

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

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


#aaaabb Background Color

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

This div background color is #aaaabb


#aaaabb Border Color

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

This div border color is #aaaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaabb


Comments

No comments written yet.

Please login to write comment.