Color Hex Logo

#aaca46 Color Hex

#AACA46
(170,202,70)
0 Favorites   0 Comments

Color spaces of #aaca46

RGB 17020270
HSL0.210.550.53
HSV75°65°79°
CMYK 0.160.000.65   0.21
XYZ38.803651.229313.6374
Yxy51.22930.37430.4942
Hunter Lab71.5746-28.483338.8055
CIE-Lab76.8177-29.155559.9644

#aaca46 color RGB value is (170,202,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 01000110
Octal 252 312 106
Decimal 170 202 70
Hex AA CA 46

RGB Percentages of Color #aaca46

%38.46
%45.70
%15.84

CMYK Percentages of Color #aaca46

%16
%0
%65
%21

Triadic Colors of #aaca46

#aaca46 #46aaca #ca46aa

Analogous Colors of #aaca46

#aaca46 #68ca46 #caa846

Monochromatic Colors of #aaca46

#aaca46

Complementary Color

#aaca46 #6646ca

#aaca46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca46 Color CSS Codes

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

#aaca46 Text Font Color

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

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


#aaca46 Background Color

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

This div background color is #aaca46


#aaca46 Border Color

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

This div border color is #aaca46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca46


Comments

No comments written yet.

Please login to write comment.