Color Hex Logo

#aad486 Color Hex

#AAD486
(170,212,134)
0 Favorites   0 Comments

Color spaces of #aad486

RGB 170212134
HSL0.260.480.68
HSV92°37°83°
CMYK 0.200.000.37   0.17
XYZ44.424157.354231.2833
Yxy57.35420.33390.4310
Hunter Lab75.7326-27.825328.5215
CIE-Lab80.3784-27.395834.1980

#aad486 color RGB value is (170,212,134).

#aad486 hex color red value is 170, green value is 212 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aad486 hue: 0.26 , saturation: 0.48 and the lightness value of aad486 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10000110
Octal 252 324 206
Decimal 170 212 134
Hex AA D4 86

RGB Percentages of Color #aad486

%32.95
%41.09
%25.97

CMYK Percentages of Color #aad486

%20
%0
%37
%17

Triadic Colors of #aad486

#aad486 #86aad4 #d486aa

Analogous Colors of #aad486

#aad486 #86d489 #d1d486

Monochromatic Colors of #aad486

#aad486

Complementary Color

#aad486 #b086d4

#aad486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad486 Color CSS Codes

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

#aad486 Text Font Color

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

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


#aad486 Background Color

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

This div background color is #aad486


#aad486 Border Color

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

This div border color is #aad486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad486


Comments

No comments written yet.

Please login to write comment.