Color Hex Logo

#aadb59 Color Hex

#AADB59
(170,219,89)
0 Favorites   0 Comments

Color spaces of #aadb59

RGB 17021989
HSL0.230.640.60
HSV83°59°86°
CMYK 0.220.000.59   0.14
XYZ43.712359.930418.7150
Yxy59.93040.35730.4898
Hunter Lab77.4147-34.685639.8570
CIE-Lab81.8003-35.608557.4208

#aadb59 color RGB value is (170,219,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01011001
Octal 252 333 131
Decimal 170 219 89
Hex AA DB 59

RGB Percentages of Color #aadb59

%35.56
%45.82
%18.62

CMYK Percentages of Color #aadb59

%22
%0
%59
%14

Triadic Colors of #aadb59

#aadb59 #59aadb #db59aa

Analogous Colors of #aadb59

#aadb59 #69db59 #dbcb59

Monochromatic Colors of #aadb59

#aadb59

Complementary Color

#aadb59 #8a59db

#aadb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb59 Color CSS Codes

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

#aadb59 Text Font Color

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

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


#aadb59 Background Color

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

This div background color is #aadb59


#aadb59 Border Color

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

This div border color is #aadb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb59


Comments

No comments written yet.

Please login to write comment.