Color Hex Logo

#aad406 Color Hex

#AAD406
(170,212,6)
0 Favorites   0 Comments

Color spaces of #aad406

RGB 1702126
HSL0.200.940.43
HSV72°97°83°
CMYK 0.200.000.97   0.17
XYZ40.153955.64628.7967
Yxy55.64620.38390.5320
Hunter Lab74.5964-34.460345.2258
CIE-Lab79.4120-36.084478.0432

#aad406 color RGB value is (170,212,6).

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

The process color (four color CMYK) of #aad406 color hex is 0.20, 0.00, 0.97, 0.17. Web safe color of #aad406 is #99cc00. Color #aad406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00000110
Octal 252 324 6
Decimal 170 212 6
Hex AA D4 6

RGB Percentages of Color #aad406

%43.81
%54.64
%1.55

CMYK Percentages of Color #aad406

%20
%0
%97
%17

Triadic Colors of #aad406

#aad406 #06aad4 #d406aa

Analogous Colors of #aad406

#aad406 #43d406 #d49706

Monochromatic Colors of #aad406

#aad406

Complementary Color

#aad406 #3006d4

#aad406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad406 Color CSS Codes

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

#aad406 Text Font Color

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

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


#aad406 Background Color

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

This div background color is #aad406


#aad406 Border Color

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

This div border color is #aad406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad406


Comments

No comments written yet.

Please login to write comment.