Color Hex Logo

#aac1ab Color Hex

#AAC1AB
(170,193,171)
0 Favorites   0 Comments

Color spaces of #aac1ab

RGB 170193171
HSL0.340.160.71
HSV123°12°76°
CMYK 0.120.000.11   0.24
XYZ42.998249.626345.8407
Yxy49.62630.31050.3584
Hunter Lab70.4459-14.329110.7309
CIE-Lab75.8393-12.02768.4464

#aac1ab color RGB value is (170,193,171).

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

The process color (four color CMYK) of #aac1ab color hex is 0.12, 0.00, 0.11, 0.24. Web safe color of #aac1ab is #99cc99. Color #aac1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 10101011
Octal 252 301 253
Decimal 170 193 171
Hex AA C1 AB

RGB Percentages of Color #aac1ab

%31.84
%36.14
%32.02

CMYK Percentages of Color #aac1ab

%12
%0
%11
%24

Triadic Colors of #aac1ab

#aac1ab #abaac1 #c1abaa

Analogous Colors of #aac1ab

#aac1ab #aac1b7 #b5c1aa

Monochromatic Colors of #aac1ab

#aac1ab

Complementary Color

#aac1ab #c1aac0

#aac1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac1ab Color CSS Codes

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

#aac1ab Text Font Color

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

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


#aac1ab Background Color

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

This div background color is #aac1ab


#aac1ab Border Color

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

This div border color is #aac1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac1ab


Comments

No comments written yet.

Please login to write comment.