Color Hex Logo

#aad806 Color Hex

#AAD806
(170,216,6)
0 Favorites   0 Comments

Color spaces of #aad806

RGB 1702166
HSL0.200.950.44
HSV73°97°85°
CMYK 0.210.000.97   0.15
XYZ41.166357.67099.1342
Yxy57.67090.38130.5341
Hunter Lab75.9414-36.136146.0276
CIE-Lab80.5555-37.886178.9228

#aad806 color RGB value is (170,216,6).

#aad806 hex color red value is 170, green value is 216 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aad806 hue: 0.20 , saturation: 0.95 and the lightness value of aad806 is 0.44.

The process color (four color CMYK) of #aad806 color hex is 0.21, 0.00, 0.97, 0.15. Web safe color of #aad806 is #99cc00. Color #aad806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00000110
Octal 252 330 6
Decimal 170 216 6
Hex AA D8 6

RGB Percentages of Color #aad806

%43.37
%55.10
%1.53

CMYK Percentages of Color #aad806

%21
%0
%97
%15

Triadic Colors of #aad806

#aad806 #06aad8 #d806aa

Analogous Colors of #aad806

#aad806 #41d806 #d89d06

Monochromatic Colors of #aad806

#aad806

Complementary Color

#aad806 #3406d8

#aad806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad806 Color CSS Codes

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

#aad806 Text Font Color

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

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


#aad806 Background Color

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

This div background color is #aad806


#aad806 Border Color

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

This div border color is #aad806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad806


Comments

No comments written yet.

Please login to write comment.