Color Hex Logo

#aadd63 Color Hex

#AADD63
(170,221,99)
0 Favorites   0 Comments

Color spaces of #aadd63

RGB 17022199
HSL0.240.640.63
HSV85°55°87°
CMYK 0.230.000.55   0.13
XYZ44.686161.159821.2542
Yxy61.15980.35160.4812
Hunter Lab78.2047-34.863638.6297
CIE-Lab82.4646-35.626653.7486

#aadd63 color RGB value is (170,221,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01100011
Octal 252 335 143
Decimal 170 221 99
Hex AA DD 63

RGB Percentages of Color #aadd63

%34.69
%45.10
%20.20

CMYK Percentages of Color #aadd63

%23
%0
%55
%13

Triadic Colors of #aadd63

#aadd63 #63aadd #dd63aa

Analogous Colors of #aadd63

#aadd63 #6ddd63 #ddd363

Monochromatic Colors of #aadd63

#aadd63

Complementary Color

#aadd63 #9663dd

#aadd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd63 Color CSS Codes

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

#aadd63 Text Font Color

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

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


#aadd63 Background Color

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

This div background color is #aadd63


#aadd63 Border Color

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

This div border color is #aadd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd63


Comments

No comments written yet.

Please login to write comment.