Color Hex Logo

#aaca3e Color Hex

#AACA3E
(170,202,62)
0 Favorites   0 Comments

Color spaces of #aaca3e

RGB 17020262
HSL0.200.570.52
HSV74°69°79°
CMYK 0.160.000.69   0.21
XYZ38.567651.134912.3947
Yxy51.13490.37780.5008
Hunter Lab71.5087-28.867739.7792
CIE-Lab76.7607-29.663163.0028

#aaca3e color RGB value is (170,202,62).

#aaca3e hex color red value is 170, green value is 202 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaca3e hue: 0.20 , saturation: 0.57 and the lightness value of aaca3e is 0.52.

The process color (four color CMYK) of #aaca3e color hex is 0.16, 0.00, 0.69, 0.21. Web safe color of #aaca3e is #99cc33. Color #aaca3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00111110
Octal 252 312 76
Decimal 170 202 62
Hex AA CA 3E

RGB Percentages of Color #aaca3e

%39.17
%46.54
%14.29

CMYK Percentages of Color #aaca3e

%16
%0
%69
%21

Triadic Colors of #aaca3e

#aaca3e #3eaaca #ca3eaa

Analogous Colors of #aaca3e

#aaca3e #64ca3e #caa43e

Monochromatic Colors of #aaca3e

#aaca3e

Complementary Color

#aaca3e #5e3eca

#aaca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca3e Color CSS Codes

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

#aaca3e Text Font Color

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

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


#aaca3e Background Color

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

This div background color is #aaca3e


#aaca3e Border Color

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

This div border color is #aaca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca3e


Comments

No comments written yet.

Please login to write comment.