Color Hex Logo

#aac6bd Color Hex

#AAC6BD
(170,198,189)
0 Favorites   0 Comments

Color spaces of #aac6bd

RGB 170198189
HSL0.450.200.72
HSV161°14°78°
CMYK 0.140.000.05   0.22
XYZ45.957052.608355.8763
Yxy52.60830.29760.3406
Hunter Lab72.5316-13.83025.0967
CIE-Lab77.6432-11.19331.3312

#aac6bd color RGB value is (170,198,189).

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

The process color (four color CMYK) of #aac6bd color hex is 0.14, 0.00, 0.05, 0.22. Web safe color of #aac6bd is #99cccc. Color #aac6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10111101
Octal 252 306 275
Decimal 170 198 189
Hex AA C6 BD

RGB Percentages of Color #aac6bd

%30.52
%35.55
%33.93

CMYK Percentages of Color #aac6bd

%14
%0
%5
%22

Triadic Colors of #aac6bd

#aac6bd #bdaac6 #c6bdaa

Analogous Colors of #aac6bd

#aac6bd #aac1c6 #aac6af

Monochromatic Colors of #aac6bd

#aac6bd

Complementary Color

#aac6bd #c6aab3

#aac6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6bd Color CSS Codes

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

#aac6bd Text Font Color

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

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


#aac6bd Background Color

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

This div background color is #aac6bd


#aac6bd Border Color

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

This div border color is #aac6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6bd

#aac6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.