Color Hex Logo

#aadd4d Color Hex

#AADD4D
(170,221,77)
0 Favorites   0 Comments

Color spaces of #aadd4d

RGB 17022177
HSL0.230.680.58
HSV81°65°87°
CMYK 0.230.000.65   0.13
XYZ43.773660.794816.4486
Yxy60.79480.36170.5024
Hunter Lab77.9710-36.237942.0720
CIE-Lab82.2683-37.445362.9109

#aadd4d color RGB value is (170,221,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01001101
Octal 252 335 115
Decimal 170 221 77
Hex AA DD 4D

RGB Percentages of Color #aadd4d

%36.32
%47.22
%16.45

CMYK Percentages of Color #aadd4d

%23
%0
%65
%13

Triadic Colors of #aadd4d

#aadd4d #4daadd #dd4daa

Analogous Colors of #aadd4d

#aadd4d #62dd4d #ddc84d

Monochromatic Colors of #aadd4d

#aadd4d

Complementary Color

#aadd4d #804ddd

#aadd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd4d Color CSS Codes

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

#aadd4d Text Font Color

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

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


#aadd4d Background Color

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

This div background color is #aadd4d


#aadd4d Border Color

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

This div border color is #aadd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd4d


Comments

No comments written yet.

Please login to write comment.