Color Hex Logo

#aadd61 Color Hex

#AADD61
(170,221,97)
0 Favorites   0 Comments

Color spaces of #aadd61

RGB 17022197
HSL0.240.650.62
HSV85°56°87°
CMYK 0.230.000.56   0.13
XYZ44.591761.122020.7568
Yxy61.12200.35260.4833
Hunter Lab78.1806-35.005338.9850
CIE-Lab82.4443-35.813154.6258

#aadd61 color RGB value is (170,221,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01100001
Octal 252 335 141
Decimal 170 221 97
Hex AA DD 61

RGB Percentages of Color #aadd61

%34.84
%45.29
%19.88

CMYK Percentages of Color #aadd61

%23
%0
%56
%13

Triadic Colors of #aadd61

#aadd61 #61aadd #dd61aa

Analogous Colors of #aadd61

#aadd61 #6cdd61 #ddd261

Monochromatic Colors of #aadd61

#aadd61

Complementary Color

#aadd61 #9461dd

#aadd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd61 Color CSS Codes

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

#aadd61 Text Font Color

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

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


#aadd61 Background Color

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

This div background color is #aadd61


#aadd61 Border Color

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

This div border color is #aadd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd61


Comments

No comments written yet.

Please login to write comment.