Color Hex Logo

#aad145 Color Hex

#AAD145
(170,209,69)
0 Favorites   0 Comments

Color spaces of #aad145

RGB 17020969
HSL0.210.600.55
HSV77°67°82°
CMYK 0.190.000.67   0.18
XYZ40.452254.576614.0325
Yxy54.57660.37090.5004
Hunter Lab73.8760-31.541940.4512
CIE-Lab78.7968-32.505662.4194

#aad145 color RGB value is (170,209,69).

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

The process color (four color CMYK) of #aad145 color hex is 0.19, 0.00, 0.67, 0.18. Web safe color of #aad145 is #99cc33. Color #aad145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01000101
Octal 252 321 105
Decimal 170 209 69
Hex AA D1 45

RGB Percentages of Color #aad145

%37.95
%46.65
%15.40

CMYK Percentages of Color #aad145

%19
%0
%67
%18

Triadic Colors of #aad145

#aad145 #45aad1 #d145aa

Analogous Colors of #aad145

#aad145 #64d145 #d1b245

Monochromatic Colors of #aad145

#aad145

Complementary Color

#aad145 #6c45d1

#aad145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad145 Color CSS Codes

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

#aad145 Text Font Color

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

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


#aad145 Background Color

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

This div background color is #aad145


#aad145 Border Color

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

This div border color is #aad145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad145


Comments

No comments written yet.

Please login to write comment.