Color Hex Logo

#aad682 Color Hex

#AAD682
(170,214,130)
0 Favorites   0 Comments

Color spaces of #aad682

RGB 170214130
HSL0.250.510.67
HSV91°39°84°
CMYK 0.210.000.39   0.16
XYZ44.653458.250930.0092
Yxy58.25090.33600.4383
Hunter Lab76.3223-29.130130.1133
CIE-Lab80.8781-28.883236.8760

#aad682 color RGB value is (170,214,130).

#aad682 hex color red value is 170, green value is 214 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aad682 hue: 0.25 , saturation: 0.51 and the lightness value of aad682 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10000010
Octal 252 326 202
Decimal 170 214 130
Hex AA D6 82

RGB Percentages of Color #aad682

%33.07
%41.63
%25.29

CMYK Percentages of Color #aad682

%21
%0
%39
%16

Triadic Colors of #aad682

#aad682 #82aad6 #d682aa

Analogous Colors of #aad682

#aad682 #82d684 #d4d682

Monochromatic Colors of #aad682

#aad682

Complementary Color

#aad682 #ae82d6

#aad682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad682 Color CSS Codes

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

#aad682 Text Font Color

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

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


#aad682 Background Color

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

This div background color is #aad682


#aad682 Border Color

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

This div border color is #aad682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad682


Comments

No comments written yet.

Please login to write comment.