Color Hex Logo

#aad101 Color Hex

#AAD101
(170,209,1)
0 Favorites   0 Comments

Color spaces of #aad101

RGB 1702091
HSL0.200.990.41
HSV71°100°82°
CMYK 0.190.001.00   0.18
XYZ39.383554.14928.4048
Yxy54.14920.38630.5312
Hunter Lab73.5861-33.242144.7384
CIE-Lab78.5487-34.777977.8582

#aad101 color RGB value is (170,209,1).

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

The process color (four color CMYK) of #aad101 color hex is 0.19, 0.00, 1.00, 0.18. Web safe color of #aad101 is #99cc00. Color #aad101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 00000001
Octal 252 321 1
Decimal 170 209 1
Hex AA D1 1

RGB Percentages of Color #aad101

%44.74
%55.00
%0.26

CMYK Percentages of Color #aad101

%19
%0
%100
%18

Triadic Colors of #aad101

#aad101 #01aad1 #d101aa

Analogous Colors of #aad101

#aad101 #42d101 #d19001

Monochromatic Colors of #aad101

#aad101

Complementary Color

#aad101 #2801d1

#aad101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad101 Color CSS Codes

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

#aad101 Text Font Color

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

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


#aad101 Background Color

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

This div background color is #aad101


#aad101 Border Color

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

This div border color is #aad101


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,209,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 #aad101">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad101


Comments

No comments written yet.

Please login to write comment.