Color Hex Logo

#aad691 Color Hex

#AAD691
(170,214,145)
0 Favorites   0 Comments

Color spaces of #aad691

RGB 170214145
HSL0.270.460.70
HSV98°32°84°
CMYK 0.210.000.32   0.16
XYZ45.735058.683535.7046
Yxy58.68350.32640.4188
Hunter Lab76.6052-27.490525.9894
CIE-Lab81.1173-26.801029.5266

#aad691 color RGB value is (170,214,145).

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

The process color (four color CMYK) of #aad691 color hex is 0.21, 0.00, 0.32, 0.16. Web safe color of #aad691 is #99cc99. Color #aad691 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10010001
Octal 252 326 221
Decimal 170 214 145
Hex AA D6 91

RGB Percentages of Color #aad691

%32.14
%40.45
%27.41

CMYK Percentages of Color #aad691

%21
%0
%32
%16

Triadic Colors of #aad691

#aad691 #91aad6 #d691aa

Analogous Colors of #aad691

#aad691 #91d69b #cdd691

Monochromatic Colors of #aad691

#aad691

Complementary Color

#aad691 #bd91d6

#aad691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad691 Color CSS Codes

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

#aad691 Text Font Color

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

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


#aad691 Background Color

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

This div background color is #aad691


#aad691 Border Color

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

This div border color is #aad691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad691


Comments

No comments written yet.

Please login to write comment.