Color Hex Logo

#aac050 Color Hex

#AAC050
(170,192,80)
0 Favorites   0 Comments

Color spaces of #aac050

RGB 17019280
HSL0.200.470.53
HSV72°58°75°
CMYK 0.110.000.58   0.25
XYZ36.875246.824514.6839
Yxy46.82450.37480.4759
Hunter Lab68.4284-23.558435.1770
CIE-Lab74.0774-23.592952.7429

#aac050 color RGB value is (170,192,80).

#aac050 hex color red value is 170, green value is 192 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aac050 hue: 0.20 , saturation: 0.47 and the lightness value of aac050 is 0.53.

The process color (four color CMYK) of #aac050 color hex is 0.11, 0.00, 0.58, 0.25. Web safe color of #aac050 is #99cc66. Color #aac050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01010000
Octal 252 300 120
Decimal 170 192 80
Hex AA C0 50

RGB Percentages of Color #aac050

%38.46
%43.44
%18.10

CMYK Percentages of Color #aac050

%11
%0
%58
%25

Triadic Colors of #aac050

#aac050 #50aac0 #c050aa

Analogous Colors of #aac050

#aac050 #72c050 #c09e50

Monochromatic Colors of #aac050

#aac050

Complementary Color

#aac050 #6650c0

#aac050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac050 Color CSS Codes

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

#aac050 Text Font Color

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

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


#aac050 Background Color

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

This div background color is #aac050


#aac050 Border Color

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

This div border color is #aac050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac050


Comments

No comments written yet.

Please login to write comment.