Color Hex Logo

#aac372 Color Hex

#AAC372
(170,195,114)
0 Favorites   0 Comments

Color spaces of #aac372

RGB 170195114
HSL0.220.400.61
HSV79°42°76°
CMYK 0.130.000.42   0.24
XYZ39.129948.791223.2749
Yxy48.79120.35190.4388
Hunter Lab69.8507-22.244229.1395
CIE-Lab75.3212-21.668437.8666

#aac372 color RGB value is (170,195,114).

#aac372 hex color red value is 170, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aac372 hue: 0.22 , saturation: 0.40 and the lightness value of aac372 is 0.61.

The process color (four color CMYK) of #aac372 color hex is 0.13, 0.00, 0.42, 0.24. Web safe color of #aac372 is #99cc66. Color #aac372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 01110010
Octal 252 303 162
Decimal 170 195 114
Hex AA C3 72

RGB Percentages of Color #aac372

%35.49
%40.71
%23.80

CMYK Percentages of Color #aac372

%13
%0
%42
%24

Triadic Colors of #aac372

#aac372 #72aac3 #c372aa

Analogous Colors of #aac372

#aac372 #82c372 #c3b472

Monochromatic Colors of #aac372

#aac372

Complementary Color

#aac372 #8b72c3

#aac372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac372 Color CSS Codes

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

#aac372 Text Font Color

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

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


#aac372 Background Color

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

This div background color is #aac372


#aac372 Border Color

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

This div border color is #aac372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac372


Comments

No comments written yet.

Please login to write comment.