Color Hex Logo

#aab5c1 Color Hex

#AAB5C1
(170,181,193)
0 Favorites   0 Comments

Color spaces of #aab5c1

RGB 170181193
HSL0.590.160.71
HSV211°12°76°
CMYK 0.120.060.00   0.24
XYZ42.727145.444156.9717
Yxy45.44410.29440.3131
Hunter Lab67.4122-4.8349-2.9188
CIE-Lab73.1834-1.3879-7.3977

#aab5c1 color RGB value is (170,181,193).

#aab5c1 hex color red value is 170, green value is 181 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #aab5c1 hue: 0.59 , saturation: 0.16 and the lightness value of aab5c1 is 0.71.

The process color (four color CMYK) of #aab5c1 color hex is 0.12, 0.06, 0.00, 0.24. Web safe color of #aab5c1 is #99cccc. Color #aab5c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 11000001
Octal 252 265 301
Decimal 170 181 193
Hex AA B5 C1

RGB Percentages of Color #aab5c1

%31.25
%33.27
%35.48

CMYK Percentages of Color #aab5c1

%12
%6
%0
%24

Triadic Colors of #aab5c1

#aab5c1 #c1aab5 #b5c1aa

Analogous Colors of #aab5c1

#aab5c1 #abaac1 #aac1c1

Monochromatic Colors of #aab5c1

#aab5c1

Complementary Color

#aab5c1 #c1b6aa

#aab5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5c1 Color CSS Codes

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

#aab5c1 Text Font Color

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

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


#aab5c1 Background Color

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

This div background color is #aab5c1


#aab5c1 Border Color

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

This div border color is #aab5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5c1


Comments

No comments written yet.

Please login to write comment.