Color Hex Logo

#aac7bd Color Hex

#AAC7BD
(170,199,189)
0 Favorites   0 Comments

Color spaces of #aac7bd

RGB 170199189
HSL0.440.210.72
HSV159°15°78°
CMYK 0.150.000.05   0.22
XYZ46.186353.067055.9528
Yxy53.06700.29760.3419
Hunter Lab72.8471-14.31045.4532
CIE-Lab77.9145-11.71141.7260

#aac7bd color RGB value is (170,199,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10111101
Octal 252 307 275
Decimal 170 199 189
Hex AA C7 BD

RGB Percentages of Color #aac7bd

%30.47
%35.66
%33.87

CMYK Percentages of Color #aac7bd

%15
%0
%5
%22

Triadic Colors of #aac7bd

#aac7bd #bdaac7 #c7bdaa

Analogous Colors of #aac7bd

#aac7bd #aac3c7 #aac7af

Monochromatic Colors of #aac7bd

#aac7bd

Complementary Color

#aac7bd #c7aab4

#aac7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7bd Color CSS Codes

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

#aac7bd Text Font Color

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

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


#aac7bd Background Color

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

This div background color is #aac7bd


#aac7bd Border Color

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

This div border color is #aac7bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,199,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 #aac7bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7bd


Comments

No comments written yet.

Please login to write comment.