Color Hex Logo

#aac7ba Color Hex

#AAC7BA
(170,199,186)
0 Favorites   0 Comments

Color spaces of #aac7ba

RGB 170199186
HSL0.430.210.72
HSV153°15°78°
CMYK 0.150.000.07   0.22
XYZ45.863952.938154.2552
Yxy52.93810.29970.3459
Hunter Lab72.7586-14.80876.7192
CIE-Lab77.8384-12.30023.2316

#aac7ba color RGB value is (170,199,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10111010
Octal 252 307 272
Decimal 170 199 186
Hex AA C7 BA

RGB Percentages of Color #aac7ba

%30.63
%35.86
%33.51

CMYK Percentages of Color #aac7ba

%15
%0
%7
%22

Triadic Colors of #aac7ba

#aac7ba #baaac7 #c7baaa

Analogous Colors of #aac7ba

#aac7ba #aac6c7 #aac7ac

Monochromatic Colors of #aac7ba

#aac7ba

Complementary Color

#aac7ba #c7aab7

#aac7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7ba Color CSS Codes

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

#aac7ba Text Font Color

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

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


#aac7ba Background Color

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

This div background color is #aac7ba


#aac7ba Border Color

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

This div border color is #aac7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7ba


Comments

No comments written yet.

Please login to write comment.