color codes Logo

#aad80d color codes

#AAD80D
(170,216,13)
0 Favorites   0 Comments

Color spaces of #aad80d

RGB 17021613
HSL0.200.890.45
HSV74°94°85°
CMYK 0.210.000.94   0.15
XYZ41.206157.68689.3437
Yxy57.68680.38070.5330
Hunter Lab75.9518-36.074245.8723
CIE-Lab80.5643-37.802578.2738

#aad80d color RGB value is (170,216,13).

#aad80d hex color red value is 170, green value is 216 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aad80d hue: 0.20 , saturation: 0.89 and the lightness value of aad80d is 0.45.

The process color (four color CMYK) of #aad80d color code is 0.21, 0.00, 0.94, 0.15. Web safe color of #aad80d is #99cc00. Color #aad80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00001101
Octal 252 330 15
Decimal 170 216 13
Hex AA D8 D

RGB Percentages of Color #aad80d

%42.61
%54.14
%3.26

CMYK Percentages of Color #aad80d

%21
%0
%94
%15

Triadic Colors of #aad80d

#aad80d #0daad8 #d80daa

Analogous Colors of #aad80d

#aad80d #45d80d #d8a10d

Monochromatic Colors of #aad80d

#aad80d

Complementary Color

#aad80d #3b0dd8

#aad80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad80d Color CSS Codes

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

#aad80d Text Font Color

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

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


#aad80d Background Color

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

This div background color is #aad80d


#aad80d Border Color

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

This div border color is #aad80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad80d


Comments

No comments written yet.

Please login to write comment.