Color Hex Logo

#aac46c Color Hex

#AAC46C
(170,196,108)
0 Favorites   0 Comments

Color spaces of #aac46c

RGB 170196108
HSL0.220.430.60
HSV78°45°77°
CMYK 0.130.000.45   0.23
XYZ39.024349.108621.6095
Yxy49.10860.35560.4475
Hunter Lab70.0775-23.233830.7713
CIE-Lab75.5188-22.855141.1303

#aac46c color RGB value is (170,196,108).

#aac46c hex color red value is 170, green value is 196 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aac46c hue: 0.22 , saturation: 0.43 and the lightness value of aac46c is 0.60.

The process color (four color CMYK) of #aac46c color hex is 0.13, 0.00, 0.45, 0.23. Web safe color of #aac46c is #99cc66. Color #aac46c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01101100
Octal 252 304 154
Decimal 170 196 108
Hex AA C4 6C

RGB Percentages of Color #aac46c

%35.86
%41.35
%22.78

CMYK Percentages of Color #aac46c

%13
%0
%45
%23

Triadic Colors of #aac46c

#aac46c #6caac4 #c46caa

Analogous Colors of #aac46c

#aac46c #7ec46c #c4b26c

Monochromatic Colors of #aac46c

#aac46c

Complementary Color

#aac46c #866cc4

#aac46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac46c Color CSS Codes

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

#aac46c Text Font Color

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

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


#aac46c Background Color

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

This div background color is #aac46c


#aac46c Border Color

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

This div border color is #aac46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac46c


Comments

No comments written yet.

Please login to write comment.