Color Hex Logo

#aadd5d Color Hex

#AADD5D
(170,221,93)
0 Favorites   0 Comments

Color spaces of #aadd5d

RGB 17022193
HSL0.230.650.62
HSV84°58°87°
CMYK 0.230.000.58   0.13
XYZ44.409861.049319.7990
Yxy61.04930.35450.4874
Hunter Lab78.1341-35.278839.6699
CIE-Lab82.4052-36.173856.3569

#aadd5d color RGB value is (170,221,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01011101
Octal 252 335 135
Decimal 170 221 93
Hex AA DD 5D

RGB Percentages of Color #aadd5d

%35.12
%45.66
%19.21

CMYK Percentages of Color #aadd5d

%23
%0
%58
%13

Triadic Colors of #aadd5d

#aadd5d #5daadd #dd5daa

Analogous Colors of #aadd5d

#aadd5d #6add5d #ddd05d

Monochromatic Colors of #aadd5d

#aadd5d

Complementary Color

#aadd5d #905ddd

#aadd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd5d Color CSS Codes

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

#aadd5d Text Font Color

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

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


#aadd5d Background Color

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

This div background color is #aadd5d


#aadd5d Border Color

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

This div border color is #aadd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd5d


Comments

No comments written yet.

Please login to write comment.