Color Hex Logo

#aabac3 Color Hex

#AABAC3
(170,186,195)
0 Favorites   0 Comments

Color spaces of #aabac3

RGB 170186195
HSL0.560.170.72
HSV202°13°76°
CMYK 0.130.050.00   0.24
XYZ43.986847.604058.4999
Yxy47.60400.29310.3172
Hunter Lab68.9957-6.9433-1.9737
CIE-Lab74.5745-3.6563-6.4276

#aabac3 color RGB value is (170,186,195).

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

The process color (four color CMYK) of #aabac3 color hex is 0.13, 0.05, 0.00, 0.24. Web safe color of #aabac3 is #99cccc. Color #aabac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11000011
Octal 252 272 303
Decimal 170 186 195
Hex AA BA C3

RGB Percentages of Color #aabac3

%30.85
%33.76
%35.39

CMYK Percentages of Color #aabac3

%13
%5
%0
%24

Triadic Colors of #aabac3

#aabac3 #c3aaba #bac3aa

Analogous Colors of #aabac3

#aabac3 #aaaec3 #aac3c0

Monochromatic Colors of #aabac3

#aabac3

Complementary Color

#aabac3 #c3b3aa

#aabac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabac3 Color CSS Codes

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

#aabac3 Text Font Color

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

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


#aabac3 Background Color

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

This div background color is #aabac3


#aabac3 Border Color

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

This div border color is #aabac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabac3


Comments

No comments written yet.

Please login to write comment.