Color Hex Logo

#aadb64 Color Hex

#AADB64
(170,219,100)
0 Favorites   0 Comments

Color spaces of #aadb64

RGB 170219100
HSL0.240.620.63
HSV85°54°86°
CMYK 0.220.000.54   0.14
XYZ44.209360.129221.3326
Yxy60.12920.35180.4785
Hunter Lab77.5430-33.932837.9690
CIE-Lab81.9084-34.616952.6472

#aadb64 color RGB value is (170,219,100).

#aadb64 hex color red value is 170, green value is 219 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aadb64 hue: 0.24 , saturation: 0.62 and the lightness value of aadb64 is 0.63.

The process color (four color CMYK) of #aadb64 color hex is 0.22, 0.00, 0.54, 0.14. Web safe color of #aadb64 is #99cc66. Color #aadb64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01100100
Octal 252 333 144
Decimal 170 219 100
Hex AA DB 64

RGB Percentages of Color #aadb64

%34.76
%44.79
%20.45

CMYK Percentages of Color #aadb64

%22
%0
%54
%14

Triadic Colors of #aadb64

#aadb64 #64aadb #db64aa

Analogous Colors of #aadb64

#aadb64 #6fdb64 #dbd164

Monochromatic Colors of #aadb64

#aadb64

Complementary Color

#aadb64 #9564db

#aadb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb64 Color CSS Codes

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

#aadb64 Text Font Color

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

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


#aadb64 Background Color

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

This div background color is #aadb64


#aadb64 Border Color

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

This div border color is #aadb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb64

#aadb64 Color Palettes


Comments

No comments written yet.

Please login to write comment.