Color Hex Logo

#aabac6 Color Hex

#AABAC6
(170,186,198)
0 Favorites   0 Comments

Color spaces of #aabac6

RGB 170186198
HSL0.570.200.72
HSV206°14°78°
CMYK 0.140.060.00   0.22
XYZ44.329547.741160.3046
Yxy47.74110.29090.3133
Hunter Lab69.0949-6.3952-3.3806
CIE-Lab74.6613-3.0290-7.9328

#aabac6 color RGB value is (170,186,198).

#aabac6 hex color red value is 170, green value is 186 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #aabac6 hue: 0.57 , saturation: 0.20 and the lightness value of aabac6 is 0.72.

The process color (four color CMYK) of #aabac6 color hex is 0.14, 0.06, 0.00, 0.22. Web safe color of #aabac6 is #99cccc. Color #aabac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11000110
Octal 252 272 306
Decimal 170 186 198
Hex AA BA C6

RGB Percentages of Color #aabac6

%30.69
%33.57
%35.74

CMYK Percentages of Color #aabac6

%14
%6
%0
%22

Triadic Colors of #aabac6

#aabac6 #c6aaba #bac6aa

Analogous Colors of #aabac6

#aabac6 #aaacc6 #aac6c4

Monochromatic Colors of #aabac6

#aabac6

Complementary Color

#aabac6 #c6b6aa

#aabac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabac6 Color CSS Codes

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

#aabac6 Text Font Color

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

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


#aabac6 Background Color

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

This div background color is #aabac6


#aabac6 Border Color

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

This div border color is #aabac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabac6


Comments

No comments written yet.

Please login to write comment.