Color Hex Logo

#aadd66 Color Hex

#AADD66
(170,221,102)
2 Favorites   0 Comments

Color spaces of #aadd66

RGB 170221102
HSL0.240.640.63
HSV86°54°87°
CMYK 0.230.000.54   0.13
XYZ44.832361.218322.0238
Yxy61.21830.35000.4780
Hunter Lab78.2421-34.644238.0804
CIE-Lab82.4960-35.338452.4190

#aadd66 color RGB value is (170,221,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01100110
Octal 252 335 146
Decimal 170 221 102
Hex AA DD 66

RGB Percentages of Color #aadd66

%34.48
%44.83
%20.69

CMYK Percentages of Color #aadd66

%23
%0
%54
%13

Triadic Colors of #aadd66

#aadd66 #66aadd #dd66aa

Analogous Colors of #aadd66

#aadd66 #6fdd66 #ddd566

Monochromatic Colors of #aadd66

#aadd66

Complementary Color

#aadd66 #9966dd

#aadd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd66 Color CSS Codes

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

#aadd66 Text Font Color

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

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


#aadd66 Background Color

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

This div background color is #aadd66


#aadd66 Border Color

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

This div border color is #aadd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd66

#aadd66 Color Palettes


Comments

No comments written yet.

Please login to write comment.