Color Hex Logo

#aad67a Color Hex

#AAD67A
(170,214,122)
0 Favorites   0 Comments

Color spaces of #aad67a

RGB 170214122
HSL0.250.530.66
HSV89°43°84°
CMYK 0.210.000.43   0.16
XYZ44.137058.044327.2898
Yxy58.04430.34090.4483
Hunter Lab76.1868-29.917232.0933
CIE-Lab80.7634-29.893140.7349

#aad67a color RGB value is (170,214,122).

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

The process color (four color CMYK) of #aad67a color hex is 0.21, 0.00, 0.43, 0.16. Web safe color of #aad67a is #99cc66. Color #aad67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01111010
Octal 252 326 172
Decimal 170 214 122
Hex AA D6 7A

RGB Percentages of Color #aad67a

%33.60
%42.29
%24.11

CMYK Percentages of Color #aad67a

%21
%0
%43
%16

Triadic Colors of #aad67a

#aad67a #7aaad6 #d67aaa

Analogous Colors of #aad67a

#aad67a #7cd67a #d6d47a

Monochromatic Colors of #aad67a

#aad67a

Complementary Color

#aad67a #a67ad6

#aad67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad67a Color CSS Codes

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

#aad67a Text Font Color

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

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


#aad67a Background Color

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

This div background color is #aad67a


#aad67a Border Color

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

This div border color is #aad67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad67a


Comments

No comments written yet.

Please login to write comment.