Color Hex Logo

#aad414 Color Hex

#AAD414
(170,212,20)
0 Favorites   0 Comments

Color spaces of #aad414

RGB 17021220
HSL0.200.830.45
HSV73°91°83°
CMYK 0.200.000.91   0.17
XYZ40.247355.68359.2886
Yxy55.68350.38250.5292
Hunter Lab74.6214-34.312844.8548
CIE-Lab79.4333-35.885676.4975

#aad414 color RGB value is (170,212,20).

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

The process color (four color CMYK) of #aad414 color hex is 0.20, 0.00, 0.91, 0.17. Web safe color of #aad414 is #99cc00. Color #aad414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00010100
Octal 252 324 24
Decimal 170 212 20
Hex AA D4 14

RGB Percentages of Color #aad414

%42.29
%52.74
%4.98

CMYK Percentages of Color #aad414

%20
%0
%91
%17

Triadic Colors of #aad414

#aad414 #14aad4 #d414aa

Analogous Colors of #aad414

#aad414 #4ad414 #d49e14

Monochromatic Colors of #aad414

#aad414

Complementary Color

#aad414 #3e14d4

#aad414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad414 Color CSS Codes

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

#aad414 Text Font Color

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

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


#aad414 Background Color

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

This div background color is #aad414


#aad414 Border Color

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

This div border color is #aad414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad414


Comments

No comments written yet.

Please login to write comment.