Color Hex Logo

#aacca5 Color Hex

#AACCA5
(170,204,165)
0 Favorites   0 Comments

Color spaces of #aacca5

RGB 170204165
HSL0.310.280.72
HSV112°19°80°
CMYK 0.170.000.19   0.20
XYZ44.962054.448443.7372
Yxy54.44840.31410.3804
Hunter Lab73.7892-20.365516.5093
CIE-Lab78.7225-18.698415.7461

#aacca5 color RGB value is (170,204,165).

#aacca5 hex color red value is 170, green value is 204 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aacca5 hue: 0.31 , saturation: 0.28 and the lightness value of aacca5 is 0.72.

The process color (four color CMYK) of #aacca5 color hex is 0.17, 0.00, 0.19, 0.20. Web safe color of #aacca5 is #99cc99. Color #aacca5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10100101
Octal 252 314 245
Decimal 170 204 165
Hex AA CC A5

RGB Percentages of Color #aacca5

%31.54
%37.85
%30.61

CMYK Percentages of Color #aacca5

%17
%0
%19
%20

Triadic Colors of #aacca5

#aacca5 #a5aacc #cca5aa

Analogous Colors of #aacca5

#aacca5 #a5ccb4 #becca5

Monochromatic Colors of #aacca5

#aacca5

Complementary Color

#aacca5 #c7a5cc

#aacca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacca5 Color CSS Codes

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

#aacca5 Text Font Color

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

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


#aacca5 Background Color

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

This div background color is #aacca5


#aacca5 Border Color

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

This div border color is #aacca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacca5


Comments

No comments written yet.

Please login to write comment.