Color Hex Logo

#aaaabc Color Hex

#AAAABC
(170,170,188)
0 Favorites   0 Comments

Color spaces of #aaaabc

RGB 170170188
HSL0.670.120.70
HSV240°10°74°
CMYK 0.100.100.00   0.26
XYZ40.029440.926353.3668
Yxy40.92630.29800.3047
Hunter Lab63.9737-0.2635-4.6781
CIE-Lab70.12433.5609-9.1985

#aaaabc color RGB value is (170,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10111100
Octal 252 252 274
Decimal 170 170 188
Hex AA AA BC

RGB Percentages of Color #aaaabc

%32.20
%32.20
%35.61

CMYK Percentages of Color #aaaabc

%10
%10
%0
%26

Triadic Colors of #aaaabc

#aaaabc #bcaaaa #aabcaa

Analogous Colors of #aaaabc

#aaaabc #b3aabc #aab3bc

Monochromatic Colors of #aaaabc

#aaaabc

Complementary Color

#aaaabc #bcbcaa

#aaaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaabc Color CSS Codes

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

#aaaabc Text Font Color

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

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


#aaaabc Background Color

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

This div background color is #aaaabc


#aaaabc Border Color

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

This div border color is #aaaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaabc


Comments

No comments written yet.

Please login to write comment.