Color Hex Logo

#aadd59 Color Hex

#AADD59
(170,221,89)
0 Favorites   0 Comments

Color spaces of #aadd59

RGB 17022189
HSL0.230.660.61
HSV83°60°87°
CMYK 0.230.000.60   0.13
XYZ44.237260.980218.8900
Yxy60.98020.35640.4914
Hunter Lab78.0898-35.538540.3206
CIE-Lab82.3681-36.517058.0542

#aadd59 color RGB value is (170,221,89).

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

The process color (four color CMYK) of #aadd59 color hex is 0.23, 0.00, 0.60, 0.13. Web safe color of #aadd59 is #99cc66. Color #aadd59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01011001
Octal 252 335 131
Decimal 170 221 89
Hex AA DD 59

RGB Percentages of Color #aadd59

%35.42
%46.04
%18.54

CMYK Percentages of Color #aadd59

%23
%0
%60
%13

Triadic Colors of #aadd59

#aadd59 #59aadd #dd59aa

Analogous Colors of #aadd59

#aadd59 #68dd59 #ddce59

Monochromatic Colors of #aadd59

#aadd59

Complementary Color

#aadd59 #8c59dd

#aadd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd59 Color CSS Codes

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

#aadd59 Text Font Color

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

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


#aadd59 Background Color

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

This div background color is #aadd59


#aadd59 Border Color

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

This div border color is #aadd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd59


Comments

No comments written yet.

Please login to write comment.