Color Hex Logo

#aadb63 Color Hex

#AADB63
(170,219,99)
0 Favorites   0 Comments

Color spaces of #aadb63

RGB 17021999
HSL0.230.630.62
HSV85°55°86°
CMYK 0.220.000.55   0.14
XYZ44.161260.109921.0792
Yxy60.10990.35230.4795
Hunter Lab77.5306-34.005438.1515
CIE-Lab81.8979-34.712353.0909

#aadb63 color RGB value is (170,219,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01100011
Octal 252 333 143
Decimal 170 219 99
Hex AA DB 63

RGB Percentages of Color #aadb63

%34.84
%44.88
%20.29

CMYK Percentages of Color #aadb63

%22
%0
%55
%14

Triadic Colors of #aadb63

#aadb63 #63aadb #db63aa

Analogous Colors of #aadb63

#aadb63 #6edb63 #dbd063

Monochromatic Colors of #aadb63

#aadb63

Complementary Color

#aadb63 #9463db

#aadb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb63 Color CSS Codes

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

#aadb63 Text Font Color

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

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


#aadb63 Background Color

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

This div background color is #aadb63


#aadb63 Border Color

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

This div border color is #aadb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb63


Comments

No comments written yet.

Please login to write comment.