Color Hex Logo

#aad617 Color Hex

#AAD617
(170,214,23)
0 Favorites   0 Comments

Color spaces of #aad617

RGB 17021423
HSL0.210.810.46
HSV74°89°84°
CMYK 0.210.000.89   0.16
XYZ40.778856.70109.6057
Yxy56.70100.38080.5295
Hunter Lab75.3001-35.108345.1467
CIE-Lab80.0111-36.730576.5030

#aad617 color RGB value is (170,214,23).

#aad617 hex color red value is 170, green value is 214 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aad617 hue: 0.21 , saturation: 0.81 and the lightness value of aad617 is 0.46.

The process color (four color CMYK) of #aad617 color hex is 0.21, 0.00, 0.89, 0.16. Web safe color of #aad617 is #99cc00. Color #aad617 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00010111
Octal 252 326 27
Decimal 170 214 23
Hex AA D6 17

RGB Percentages of Color #aad617

%41.77
%52.58
%5.65

CMYK Percentages of Color #aad617

%21
%0
%89
%16

Triadic Colors of #aad617

#aad617 #17aad6 #d617aa

Analogous Colors of #aad617

#aad617 #4bd617 #d6a317

Monochromatic Colors of #aad617

#aad617

Complementary Color

#aad617 #4317d6

#aad617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad617 Color CSS Codes

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

#aad617 Text Font Color

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

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


#aad617 Background Color

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

This div background color is #aad617


#aad617 Border Color

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

This div border color is #aad617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad617


Comments

No comments written yet.

Please login to write comment.