Color Hex Logo

#aad01d Color Hex

#AAD01D
(170,208,29)
0 Favorites   0 Comments

Color spaces of #aad01d

RGB 17020829
HSL0.200.760.46
HSV73°86°82°
CMYK 0.180.000.86   0.18
XYZ39.355253.74659.4623
Yxy53.74650.38370.5240
Hunter Lab73.3120-32.474043.6659
CIE-Lab78.3137-33.854474.0217

#aad01d color RGB value is (170,208,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00011101
Octal 252 320 35
Decimal 170 208 29
Hex AA D0 1D

RGB Percentages of Color #aad01d

%41.77
%51.11
%7.13

CMYK Percentages of Color #aad01d

%18
%0
%86
%18

Triadic Colors of #aad01d

#aad01d #1daad0 #d01daa

Analogous Colors of #aad01d

#aad01d #51d01d #d09d1d

Monochromatic Colors of #aad01d

#aad01d

Complementary Color

#aad01d #431dd0

#aad01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad01d Color CSS Codes

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

#aad01d Text Font Color

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

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


#aad01d Background Color

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

This div background color is #aad01d


#aad01d Border Color

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

This div border color is #aad01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad01d


Comments

No comments written yet.

Please login to write comment.