Color Hex Logo

#aad81d Color Hex

#AAD81D
(170,216,29)
0 Favorites   0 Comments

Color spaces of #aad81d

RGB 17021629
HSL0.210.760.48
HSV75°87°85°
CMYK 0.210.000.87   0.15
XYZ41.355257.746510.1289
Yxy57.74650.37860.5287
Hunter Lab75.9911-35.842845.2910
CIE-Lab80.5976-37.490175.9263

#aad81d color RGB value is (170,216,29).

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

The process color (four color CMYK) of #aad81d color hex is 0.21, 0.00, 0.87, 0.15. Web safe color of #aad81d is #99cc33. Color #aad81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00011101
Octal 252 330 35
Decimal 170 216 29
Hex AA D8 1D

RGB Percentages of Color #aad81d

%40.96
%52.05
%6.99

CMYK Percentages of Color #aad81d

%21
%0
%87
%15

Triadic Colors of #aad81d

#aad81d #1daad8 #d81daa

Analogous Colors of #aad81d

#aad81d #4dd81d #d8a91d

Monochromatic Colors of #aad81d

#aad81d

Complementary Color

#aad81d #4b1dd8

#aad81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad81d Color CSS Codes

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

#aad81d Text Font Color

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

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


#aad81d Background Color

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

This div background color is #aad81d


#aad81d Border Color

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

This div border color is #aad81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad81d


Comments

No comments written yet.

Please login to write comment.