Color Hex Logo

#aaacbb Color Hex

#AAACBB
(170,172,187)
0 Favorites   0 Comments

Color spaces of #aaacbb

RGB 170172187
HSL0.650.110.70
HSV233°73°
CMYK 0.090.080.00   0.27
XYZ40.299741.639052.9268
Yxy41.63900.29880.3087
Hunter Lab64.5283-1.4463-3.4605
CIE-Lab70.62132.2601-7.9070

#aaacbb color RGB value is (170,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10111011
Octal 252 254 273
Decimal 170 172 187
Hex AA AC BB

RGB Percentages of Color #aaacbb

%32.14
%32.51
%35.35

CMYK Percentages of Color #aaacbb

%9
%8
%0
%27

Triadic Colors of #aaacbb

#aaacbb #bbaaac #acbbaa

Analogous Colors of #aaacbb

#aaacbb #b1aabb #aab5bb

Monochromatic Colors of #aaacbb

#aaacbb

Complementary Color

#aaacbb #bbb9aa

#aaacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacbb Color CSS Codes

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

#aaacbb Text Font Color

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

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


#aaacbb Background Color

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

This div background color is #aaacbb


#aaacbb Border Color

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

This div border color is #aaacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacbb


Comments

No comments written yet.

Please login to write comment.