Color Hex Logo

#aaca41 Color Hex

#AACA41
(170,202,65)
0 Favorites   0 Comments

Color spaces of #aaca41

RGB 17020265
HSL0.210.560.52
HSV74°68°79°
CMYK 0.160.000.68   0.21
XYZ38.652251.168812.8404
Yxy51.16880.37650.4984
Hunter Lab71.5324-28.730039.4298
CIE-Lab76.7811-29.481061.8900

#aaca41 color RGB value is (170,202,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 01000001
Octal 252 312 101
Decimal 170 202 65
Hex AA CA 41

RGB Percentages of Color #aaca41

%38.90
%46.22
%14.87

CMYK Percentages of Color #aaca41

%16
%0
%68
%21

Triadic Colors of #aaca41

#aaca41 #41aaca #ca41aa

Analogous Colors of #aaca41

#aaca41 #66ca41 #caa641

Monochromatic Colors of #aaca41

#aaca41

Complementary Color

#aaca41 #6141ca

#aaca41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca41 Color CSS Codes

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

#aaca41 Text Font Color

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

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


#aaca41 Background Color

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

This div background color is #aaca41


#aaca41 Border Color

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

This div border color is #aaca41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca41


Comments

No comments written yet.

Please login to write comment.