Color Hex Logo

#aac980 Color Hex

#AAC980
(170,201,128)
0 Favorites   0 Comments

Color spaces of #aac980

RGB 170201128
HSL0.240.400.65
HSV85°36°79°
CMYK 0.150.000.36   0.21
XYZ41.360551.877828.2556
Yxy51.87780.34040.4270
Hunter Lab72.0262-23.543727.1591
CIE-Lab77.2077-22.862233.1340

#aac980 color RGB value is (170,201,128).

#aac980 hex color red value is 170, green value is 201 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aac980 hue: 0.24 , saturation: 0.40 and the lightness value of aac980 is 0.65.

The process color (four color CMYK) of #aac980 color hex is 0.15, 0.00, 0.36, 0.21. Web safe color of #aac980 is #99cc99. Color #aac980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 10000000
Octal 252 311 200
Decimal 170 201 128
Hex AA C9 80

RGB Percentages of Color #aac980

%34.07
%40.28
%25.65

CMYK Percentages of Color #aac980

%15
%0
%36
%21

Triadic Colors of #aac980

#aac980 #80aac9 #c980aa

Analogous Colors of #aac980

#aac980 #86c980 #c9c480

Monochromatic Colors of #aac980

#aac980

Complementary Color

#aac980 #9f80c9

#aac980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac980 Color CSS Codes

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

#aac980 Text Font Color

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

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


#aac980 Background Color

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

This div background color is #aac980


#aac980 Border Color

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

This div border color is #aac980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac980


Comments

No comments written yet.

Please login to write comment.