Color Hex Logo

#aad020 Color Hex

#AAD020
(170,208,32)
0 Favorites   0 Comments

Color spaces of #aad020

RGB 17020832
HSL0.200.730.47
HSV73°85°82°
CMYK 0.180.000.85   0.18
XYZ39.394253.76219.6673
Yxy53.76210.38310.5229
Hunter Lab73.3226-32.411643.5087
CIE-Lab78.3228-33.770773.4022

#aad020 color RGB value is (170,208,32).

#aad020 hex color red value is 170, green value is 208 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aad020 hue: 0.20 , saturation: 0.73 and the lightness value of aad020 is 0.47.

The process color (four color CMYK) of #aad020 color hex is 0.18, 0.00, 0.85, 0.18. Web safe color of #aad020 is #99cc33. Color #aad020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00100000
Octal 252 320 40
Decimal 170 208 32
Hex AA D0 20

RGB Percentages of Color #aad020

%41.46
%50.73
%7.80

CMYK Percentages of Color #aad020

%18
%0
%85
%18

Triadic Colors of #aad020

#aad020 #20aad0 #d020aa

Analogous Colors of #aad020

#aad020 #52d020 #d09e20

Monochromatic Colors of #aad020

#aad020

Complementary Color

#aad020 #4620d0

#aad020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad020 Color CSS Codes

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

#aad020 Text Font Color

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

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


#aad020 Background Color

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

This div background color is #aad020


#aad020 Border Color

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

This div border color is #aad020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad020


Comments

No comments written yet.

Please login to write comment.