Color Hex Logo

#aad692 Color Hex

#AAD692
(170,214,146)
0 Favorites   0 Comments

Color spaces of #aad692

RGB 170214146
HSL0.270.450.71
HSV99°32°84°
CMYK 0.210.000.32   0.16
XYZ45.812458.714536.1126
Yxy58.71450.32570.4175
Hunter Lab76.6254-27.373725.6951
CIE-Lab81.1344-26.653829.0327

#aad692 color RGB value is (170,214,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10010010
Octal 252 326 222
Decimal 170 214 146
Hex AA D6 92

RGB Percentages of Color #aad692

%32.08
%40.38
%27.55

CMYK Percentages of Color #aad692

%21
%0
%32
%16

Triadic Colors of #aad692

#aad692 #92aad6 #d692aa

Analogous Colors of #aad692

#aad692 #92d69c #ccd692

Monochromatic Colors of #aad692

#aad692

Complementary Color

#aad692 #be92d6

#aad692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad692 Color CSS Codes

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

#aad692 Text Font Color

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

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


#aad692 Background Color

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

This div background color is #aad692


#aad692 Border Color

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

This div border color is #aad692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad692


Comments

No comments written yet.

Please login to write comment.