Color Hex Logo

#aaacbc Color Hex

#AAACBC
(170,172,188)
0 Favorites   0 Comments

Color spaces of #aaacbc

RGB 170172188
HSL0.650.120.70
HSV233°10°74°
CMYK 0.100.090.00   0.26
XYZ40.407241.681953.4927
Yxy41.68190.29800.3074
Hunter Lab64.5615-1.2646-3.9319
CIE-Lab70.65102.4657-8.4142

#aaacbc color RGB value is (170,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10111100
Octal 252 254 274
Decimal 170 172 188
Hex AA AC BC

RGB Percentages of Color #aaacbc

%32.08
%32.45
%35.47

CMYK Percentages of Color #aaacbc

%10
%9
%0
%26

Triadic Colors of #aaacbc

#aaacbc #bcaaac #acbcaa

Analogous Colors of #aaacbc

#aaacbc #b1aabc #aab5bc

Monochromatic Colors of #aaacbc

#aaacbc

Complementary Color

#aaacbc #bcbaaa

#aaacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacbc Color CSS Codes

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

#aaacbc Text Font Color

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

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


#aaacbc Background Color

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

This div background color is #aaacbc


#aaacbc Border Color

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

This div border color is #aaacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacbc


Comments

No comments written yet.

Please login to write comment.