Color Hex Logo

#aada47 Color Hex

#AADA47
(170,218,71)
0 Favorites   0 Comments

Color spaces of #aada47

RGB 17021871
HSL0.220.670.57
HSV80°67°85°
CMYK 0.220.000.67   0.15
XYZ42.786359.143815.1221
Yxy59.14380.36550.5053
Hunter Lab76.9050-35.274842.1751
CIE-Lab81.3706-36.500864.3071

#aada47 color RGB value is (170,218,71).

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

The process color (four color CMYK) of #aada47 color hex is 0.22, 0.00, 0.67, 0.15. Web safe color of #aada47 is #99cc33. Color #aada47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01000111
Octal 252 332 107
Decimal 170 218 71
Hex AA DA 47

RGB Percentages of Color #aada47

%37.04
%47.49
%15.47

CMYK Percentages of Color #aada47

%22
%0
%67
%15

Triadic Colors of #aada47

#aada47 #47aada #da47aa

Analogous Colors of #aada47

#aada47 #61da47 #dac147

Monochromatic Colors of #aada47

#aada47

Complementary Color

#aada47 #7747da

#aada47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada47 Color CSS Codes

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

#aada47 Text Font Color

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

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


#aada47 Background Color

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

This div background color is #aada47


#aada47 Border Color

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

This div border color is #aada47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada47


Comments

No comments written yet.

Please login to write comment.