Color Hex Logo

#aad206 Color Hex

#AAD206
(170,210,6)
0 Favorites   0 Comments

Color spaces of #aad206

RGB 1702106
HSL0.200.940.42
HSV72°97°82°
CMYK 0.190.000.97   0.18
XYZ39.657054.65248.6311
Yxy54.65240.38520.5309
Hunter Lab73.9273-33.619544.8269
CIE-Lab78.8406-35.175577.6040

#aad206 color RGB value is (170,210,6).

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

The process color (four color CMYK) of #aad206 color hex is 0.19, 0.00, 0.97, 0.18. Web safe color of #aad206 is #99cc00. Color #aad206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00000110
Octal 252 322 6
Decimal 170 210 6
Hex AA D2 6

RGB Percentages of Color #aad206

%44.04
%54.40
%1.55

CMYK Percentages of Color #aad206

%19
%0
%97
%18

Triadic Colors of #aad206

#aad206 #06aad2 #d206aa

Analogous Colors of #aad206

#aad206 #44d206 #d29406

Monochromatic Colors of #aad206

#aad206

Complementary Color

#aad206 #2e06d2

#aad206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad206 Color CSS Codes

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

#aad206 Text Font Color

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

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


#aad206 Background Color

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

This div background color is #aad206


#aad206 Border Color

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

This div border color is #aad206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad206


Comments

No comments written yet.

Please login to write comment.