Color Hex Logo

#aad906 Color Hex

#AAD906
(170,217,6)
0 Favorites   0 Comments

Color spaces of #aad906

RGB 1702176
HSL0.200.950.44
HSV73°97°85°
CMYK 0.220.000.97   0.15
XYZ41.423358.18499.2199
Yxy58.18490.38060.5346
Hunter Lab76.2790-36.553946.2289
CIE-Lab80.8415-38.333379.1430

#aad906 color RGB value is (170,217,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 00000110
Octal 252 331 6
Decimal 170 217 6
Hex AA D9 6

RGB Percentages of Color #aad906

%43.26
%55.22
%1.53

CMYK Percentages of Color #aad906

%22
%0
%97
%15

Triadic Colors of #aad906

#aad906 #06aad9 #d906aa

Analogous Colors of #aad906

#aad906 #40d906 #d99f06

Monochromatic Colors of #aad906

#aad906

Complementary Color

#aad906 #3506d9

#aad906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad906 Color CSS Codes

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

#aad906 Text Font Color

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

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


#aad906 Background Color

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

This div background color is #aad906


#aad906 Border Color

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

This div border color is #aad906


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,217,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 #aad906">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad906


Comments

No comments written yet.

Please login to write comment.