Color Hex Logo

#aad945 Color Hex

#AAD945
(170,217,69)
0 Favorites   0 Comments

Color spaces of #aad945

RGB 17021769
HSL0.220.660.56
HSV79°68°85°
CMYK 0.220.000.68   0.15
XYZ42.464658.601414.7033
Yxy58.60140.36680.5062
Hunter Lab76.5516-34.947942.1982
CIE-Lab81.0720-36.176764.7574

#aad945 color RGB value is (170,217,69).

#aad945 hex color red value is 170, green value is 217 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aad945 hue: 0.22 , saturation: 0.66 and the lightness value of aad945 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01000101
Octal 252 331 105
Decimal 170 217 69
Hex AA D9 45

RGB Percentages of Color #aad945

%37.28
%47.59
%15.13

CMYK Percentages of Color #aad945

%22
%0
%68
%15

Triadic Colors of #aad945

#aad945 #45aad9 #d945aa

Analogous Colors of #aad945

#aad945 #60d945 #d9be45

Monochromatic Colors of #aad945

#aad945

Complementary Color

#aad945 #7445d9

#aad945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad945 Color CSS Codes

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

#aad945 Text Font Color

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

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


#aad945 Background Color

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

This div background color is #aad945


#aad945 Border Color

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

This div border color is #aad945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad945


Comments

No comments written yet.

Please login to write comment.