Color Hex Logo

#aadc46 Color Hex

#AADC46
(170,220,70)
0 Favorites   0 Comments

Color spaces of #aadc46

RGB 17022070
HSL0.220.680.57
HSV80°68°86°
CMYK 0.230.000.68   0.14
XYZ43.276360.174615.1283
Yxy60.17460.36500.5075
Hunter Lab77.5723-36.169342.7378
CIE-Lab81.9330-37.467865.2627

#aadc46 color RGB value is (170,220,70).

#aadc46 hex color red value is 170, green value is 220 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aadc46 hue: 0.22 , saturation: 0.68 and the lightness value of aadc46 is 0.57.

The process color (four color CMYK) of #aadc46 color hex is 0.23, 0.00, 0.68, 0.14. Web safe color of #aadc46 is #99cc33. Color #aadc46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01000110
Octal 252 334 106
Decimal 170 220 70
Hex AA DC 46

RGB Percentages of Color #aadc46

%36.96
%47.83
%15.22

CMYK Percentages of Color #aadc46

%23
%0
%68
%14

Triadic Colors of #aadc46

#aadc46 #46aadc #dc46aa

Analogous Colors of #aadc46

#aadc46 #5fdc46 #dcc346

Monochromatic Colors of #aadc46

#aadc46

Complementary Color

#aadc46 #7846dc

#aadc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc46 Color CSS Codes

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

#aadc46 Text Font Color

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

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


#aadc46 Background Color

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

This div background color is #aadc46


#aadc46 Border Color

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

This div border color is #aadc46


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,220,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 #aadc46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc46


Comments

No comments written yet.

Please login to write comment.