Color Hex Logo

#aac476 Color Hex

#AAC476
(170,196,118)
0 Favorites   0 Comments

Color spaces of #aac476

RGB 170196118
HSL0.220.400.62
HSV80°40°77°
CMYK 0.130.000.40   0.23
XYZ39.587549.333924.5755
Yxy49.33390.34880.4347
Hunter Lab70.2381-22.310728.4218
CIE-Lab75.6586-21.678236.2610

#aac476 color RGB value is (170,196,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01110110
Octal 252 304 166
Decimal 170 196 118
Hex AA C4 76

RGB Percentages of Color #aac476

%35.12
%40.50
%24.38

CMYK Percentages of Color #aac476

%13
%0
%40
%23

Triadic Colors of #aac476

#aac476 #76aac4 #c476aa

Analogous Colors of #aac476

#aac476 #83c476 #c4b776

Monochromatic Colors of #aac476

#aac476

Complementary Color

#aac476 #9076c4

#aac476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac476 Color CSS Codes

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

#aac476 Text Font Color

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

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


#aac476 Background Color

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

This div background color is #aac476


#aac476 Border Color

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

This div border color is #aac476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac476


Comments

No comments written yet.

Please login to write comment.