Color Hex Logo

#aaabbf Color Hex

#AAABBF
(170,171,191)
0 Favorites   0 Comments

Color spaces of #aaabbf

RGB 170171191
HSL0.660.140.71
HSV237°11°75°
CMYK 0.110.100.00   0.25
XYZ40.544441.433555.1507
Yxy41.43350.29570.3022
Hunter Lab64.3689-0.2126-5.7410
CIE-Lab70.47863.6341-10.3254

#aaabbf color RGB value is (170,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10111111
Octal 252 253 277
Decimal 170 171 191
Hex AA AB BF

RGB Percentages of Color #aaabbf

%31.95
%32.14
%35.90

CMYK Percentages of Color #aaabbf

%11
%10
%0
%25

Triadic Colors of #aaabbf

#aaabbf #bfaaab #abbfaa

Analogous Colors of #aaabbf

#aaabbf #b4aabf #aab6bf

Monochromatic Colors of #aaabbf

#aaabbf

Complementary Color

#aaabbf #bfbeaa

#aaabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabbf Color CSS Codes

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

#aaabbf Text Font Color

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

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


#aaabbf Background Color

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

This div background color is #aaabbf


#aaabbf Border Color

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

This div border color is #aaabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabbf


Comments

No comments written yet.

Please login to write comment.