Color Hex Logo

#aad601 Color Hex

#AAD601
(170,214,1)
0 Favorites   0 Comments

Color spaces of #aad601

RGB 1702141
HSL0.200.990.42
HSV72°100°84°
CMYK 0.210.001.00   0.16
XYZ40.629656.64148.8202
Yxy56.64140.38300.5339
Hunter Lab75.2605-35.342145.7338
CIE-Lab79.9775-37.045978.9412

#aad601 color RGB value is (170,214,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00000001
Octal 252 326 1
Decimal 170 214 1
Hex AA D6 1

RGB Percentages of Color #aad601

%44.16
%55.58
%0.26

CMYK Percentages of Color #aad601

%21
%0
%100
%16

Triadic Colors of #aad601

#aad601 #01aad6 #d601aa

Analogous Colors of #aad601

#aad601 #40d601 #d69801

Monochromatic Colors of #aad601

#aad601

Complementary Color

#aad601 #2d01d6

#aad601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad601 Color CSS Codes

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

#aad601 Text Font Color

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

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


#aad601 Background Color

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

This div background color is #aad601


#aad601 Border Color

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

This div border color is #aad601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad601


Comments

No comments written yet.

Please login to write comment.