Color Hex Logo

#aad490 Color Hex

#AAD490
(170,212,144)
0 Favorites   0 Comments

Color spaces of #aad490

RGB 170212144
HSL0.270.440.70
HSV97°32°83°
CMYK 0.200.000.32   0.17
XYZ45.155157.646635.1325
Yxy57.64660.32740.4179
Hunter Lab75.9254-26.710025.7128
CIE-Lab80.5419-25.983829.2751

#aad490 color RGB value is (170,212,144).

#aad490 hex color red value is 170, green value is 212 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aad490 hue: 0.27 , saturation: 0.44 and the lightness value of aad490 is 0.70.

The process color (four color CMYK) of #aad490 color hex is 0.20, 0.00, 0.32, 0.17. Web safe color of #aad490 is #99cc99. Color #aad490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10010000
Octal 252 324 220
Decimal 170 212 144
Hex AA D4 90

RGB Percentages of Color #aad490

%32.32
%40.30
%27.38

CMYK Percentages of Color #aad490

%20
%0
%32
%17

Triadic Colors of #aad490

#aad490 #90aad4 #d490aa

Analogous Colors of #aad490

#aad490 #90d498 #ccd490

Monochromatic Colors of #aad490

#aad490

Complementary Color

#aad490 #ba90d4

#aad490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad490 Color CSS Codes

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

#aad490 Text Font Color

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

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


#aad490 Background Color

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

This div background color is #aad490


#aad490 Border Color

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

This div border color is #aad490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad490

#aad490 Color Palettes


Comments

No comments written yet.

Please login to write comment.