Color Hex Logo

#aacac4 Color Hex

#AACAC4
(170,202,196)
0 Favorites   0 Comments

Color spaces of #aacac4

RGB 170202196
HSL0.470.230.73
HSV169°16°79°
CMYK 0.160.000.03   0.21
XYZ47.661954.772660.2847
Yxy54.77260.29290.3366
Hunter Lab74.0085-14.55993.5104
CIE-Lab78.9101-11.8601-0.5893

#aacac4 color RGB value is (170,202,196).

#aacac4 hex color red value is 170, green value is 202 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aacac4 hue: 0.47 , saturation: 0.23 and the lightness value of aacac4 is 0.73.

The process color (four color CMYK) of #aacac4 color hex is 0.16, 0.00, 0.03, 0.21. Web safe color of #aacac4 is #99cccc. Color #aacac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11000100
Octal 252 312 304
Decimal 170 202 196
Hex AA CA C4

RGB Percentages of Color #aacac4

%29.93
%35.56
%34.51

CMYK Percentages of Color #aacac4

%16
%0
%3
%21

Triadic Colors of #aacac4

#aacac4 #c4aaca #cac4aa

Analogous Colors of #aacac4

#aacac4 #aac0ca #aacab4

Monochromatic Colors of #aacac4

#aacac4

Complementary Color

#aacac4 #caaab0

#aacac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacac4 Color CSS Codes

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

#aacac4 Text Font Color

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

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


#aacac4 Background Color

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

This div background color is #aacac4


#aacac4 Border Color

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

This div border color is #aacac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacac4


Comments

No comments written yet.

Please login to write comment.