Color Hex Logo

#aad491 Color Hex

#AAD491
(170,212,145)
0 Favorites   0 Comments

Color spaces of #aad491

RGB 170212145
HSL0.270.440.70
HSV98°32°83°
CMYK 0.200.000.32   0.17
XYZ45.231957.677335.5369
Yxy57.67730.32670.4166
Hunter Lab75.9456-26.593225.4186
CIE-Lab80.5590-25.836628.7803

#aad491 color RGB value is (170,212,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10010001
Octal 252 324 221
Decimal 170 212 145
Hex AA D4 91

RGB Percentages of Color #aad491

%32.26
%40.23
%27.51

CMYK Percentages of Color #aad491

%20
%0
%32
%17

Triadic Colors of #aad491

#aad491 #91aad4 #d491aa

Analogous Colors of #aad491

#aad491 #91d49a #ccd491

Monochromatic Colors of #aad491

#aad491

Complementary Color

#aad491 #bb91d4

#aad491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad491 Color CSS Codes

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

#aad491 Text Font Color

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

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


#aad491 Background Color

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

This div background color is #aad491


#aad491 Border Color

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

This div border color is #aad491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad491


Comments

No comments written yet.

Please login to write comment.