Color Hex Logo

#aad140 Color Hex

#AAD140
(170,209,64)
0 Favorites   0 Comments

Color spaces of #aad140

RGB 17020964
HSL0.210.610.54
HSV76°69°82°
CMYK 0.190.000.69   0.18
XYZ40.303454.517113.2491
Yxy54.51710.37290.5045
Hunter Lab73.8357-31.777841.0460
CIE-Lab78.7623-32.818864.2760

#aad140 color RGB value is (170,209,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01000000
Octal 252 321 100
Decimal 170 209 64
Hex AA D1 40

RGB Percentages of Color #aad140

%38.37
%47.18
%14.45

CMYK Percentages of Color #aad140

%19
%0
%69
%18

Triadic Colors of #aad140

#aad140 #40aad1 #d140aa

Analogous Colors of #aad140

#aad140 #61d140 #d1b040

Monochromatic Colors of #aad140

#aad140

Complementary Color

#aad140 #6740d1

#aad140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad140 Color CSS Codes

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

#aad140 Text Font Color

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

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


#aad140 Background Color

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

This div background color is #aad140


#aad140 Border Color

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

This div border color is #aad140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad140


Comments

No comments written yet.

Please login to write comment.