Color Hex Logo

#aad605 Color Hex

#AAD605
(170,214,5)
0 Favorites   0 Comments

Color spaces of #aad605

RGB 1702145
HSL0.200.950.43
HSV73°98°84°
CMYK 0.210.000.98   0.16
XYZ40.651556.65018.9356
Yxy56.65010.38260.5332
Hunter Lab75.2663-35.307645.6475
CIE-Lab79.9824-36.999578.5739

#aad605 color RGB value is (170,214,5).

#aad605 hex color red value is 170, green value is 214 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aad605 hue: 0.20 , saturation: 0.95 and the lightness value of aad605 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00000101
Octal 252 326 5
Decimal 170 214 5
Hex AA D6 5

RGB Percentages of Color #aad605

%43.70
%55.01
%1.29

CMYK Percentages of Color #aad605

%21
%0
%98
%16

Triadic Colors of #aad605

#aad605 #05aad6 #d605aa

Analogous Colors of #aad605

#aad605 #41d605 #d69a05

Monochromatic Colors of #aad605

#aad605

Complementary Color

#aad605 #3105d6

#aad605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad605 Color CSS Codes

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

#aad605 Text Font Color

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

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


#aad605 Background Color

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

This div background color is #aad605


#aad605 Border Color

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

This div border color is #aad605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad605


Comments

No comments written yet.

Please login to write comment.