Color Hex Logo

#aac7a4 Color Hex

#AAC7A4
(170,199,164)
0 Favorites   0 Comments

Color spaces of #aac7a4

RGB 170199164
HSL0.300.240.71
HSV110°18°78°
CMYK 0.150.000.18   0.22
XYZ43.701852.073242.8698
Yxy52.07320.31520.3756
Hunter Lab72.1618-18.181915.2903
CIE-Lab77.3246-16.347414.3180

#aac7a4 color RGB value is (170,199,164).

#aac7a4 hex color red value is 170, green value is 199 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aac7a4 hue: 0.30 , saturation: 0.24 and the lightness value of aac7a4 is 0.71.

The process color (four color CMYK) of #aac7a4 color hex is 0.15, 0.00, 0.18, 0.22. Web safe color of #aac7a4 is #99cc99. Color #aac7a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10100100
Octal 252 307 244
Decimal 170 199 164
Hex AA C7 A4

RGB Percentages of Color #aac7a4

%31.89
%37.34
%30.77

CMYK Percentages of Color #aac7a4

%15
%0
%18
%22

Triadic Colors of #aac7a4

#aac7a4 #a4aac7 #c7a4aa

Analogous Colors of #aac7a4

#aac7a4 #a4c7b0 #bcc7a4

Monochromatic Colors of #aac7a4

#aac7a4

Complementary Color

#aac7a4 #c1a4c7

#aac7a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7a4 Color CSS Codes

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

#aac7a4 Text Font Color

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

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


#aac7a4 Background Color

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

This div background color is #aac7a4


#aac7a4 Border Color

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

This div border color is #aac7a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7a4


Comments

No comments written yet.

Please login to write comment.