Color Hex Logo

#aadb05 Color Hex

#AADB05
(170,219,5)
0 Favorites   0 Comments

Color spaces of #aadb05

RGB 1702195
HSL0.200.960.44
HSV74°98°86°
CMYK 0.220.000.98   0.14
XYZ41.936559.22009.3639
Yxy59.22000.37940.5358
Hunter Lab76.9545-37.396646.6537
CIE-Lab81.4124-39.234979.6724

#aadb05 color RGB value is (170,219,5).

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

The process color (four color CMYK) of #aadb05 color hex is 0.22, 0.00, 0.98, 0.14. Web safe color of #aadb05 is #99cc00. Color #aadb05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00000101
Octal 252 333 5
Decimal 170 219 5
Hex AA DB 5

RGB Percentages of Color #aadb05

%43.15
%55.58
%1.27

CMYK Percentages of Color #aadb05

%22
%0
%98
%14

Triadic Colors of #aadb05

#aadb05 #05aadb #db05aa

Analogous Colors of #aadb05

#aadb05 #3fdb05 #dba105

Monochromatic Colors of #aadb05

#aadb05

Complementary Color

#aadb05 #3605db

#aadb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb05 Color CSS Codes

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

#aadb05 Text Font Color

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

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


#aadb05 Background Color

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

This div background color is #aadb05


#aadb05 Border Color

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

This div border color is #aadb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb05


Comments

No comments written yet.

Please login to write comment.