Color Hex Logo

#aabac7 Color Hex

#AABAC7
(170,186,199)
0 Favorites   0 Comments

Color spaces of #aabac7

RGB 170186199
HSL0.570.210.72
HSV207°15°78°
CMYK 0.150.070.00   0.22
XYZ44.445347.787460.9142
Yxy47.78740.29020.3120
Hunter Lab69.1284-6.2103-3.8549
CIE-Lab74.6906-2.8179-8.4339

#aabac7 color RGB value is (170,186,199).

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

The process color (four color CMYK) of #aabac7 color hex is 0.15, 0.07, 0.00, 0.22. Web safe color of #aabac7 is #99cccc. Color #aabac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11000111
Octal 252 272 307
Decimal 170 186 199
Hex AA BA C7

RGB Percentages of Color #aabac7

%30.63
%33.51
%35.86

CMYK Percentages of Color #aabac7

%15
%7
%0
%22

Triadic Colors of #aabac7

#aabac7 #c7aaba #bac7aa

Analogous Colors of #aabac7

#aabac7 #aaacc7 #aac7c6

Monochromatic Colors of #aabac7

#aabac7

Complementary Color

#aabac7 #c7b7aa

#aabac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabac7 Color CSS Codes

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

#aabac7 Text Font Color

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

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


#aabac7 Background Color

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

This div background color is #aabac7


#aabac7 Border Color

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

This div border color is #aabac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabac7


Comments

No comments written yet.

Please login to write comment.