Color Hex Logo

#aadc7d Color Hex

#AADC7D
(170,220,125)
0 Favorites   0 Comments

Color spaces of #aadc7d

RGB 170220125
HSL0.250.580.68
HSV92°43°86°
CMYK 0.230.000.43   0.14
XYZ45.872461.213128.7996
Yxy61.21310.33760.4505
Hunter Lab78.2388-32.261132.9426
CIE-Lab82.4932-32.339441.4334

#aadc7d color RGB value is (170,220,125).

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

The process color (four color CMYK) of #aadc7d color hex is 0.23, 0.00, 0.43, 0.14. Web safe color of #aadc7d is #99cc66. Color #aadc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01111101
Octal 252 334 175
Decimal 170 220 125
Hex AA DC 7D

RGB Percentages of Color #aadc7d

%33.01
%42.72
%24.27

CMYK Percentages of Color #aadc7d

%23
%0
%43
%14

Triadic Colors of #aadc7d

#aadc7d #7daadc #dc7daa

Analogous Colors of #aadc7d

#aadc7d #7ddc80 #dadc7d

Monochromatic Colors of #aadc7d

#aadc7d

Complementary Color

#aadc7d #af7ddc

#aadc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc7d Color CSS Codes

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

#aadc7d Text Font Color

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

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


#aadc7d Background Color

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

This div background color is #aadc7d


#aadc7d Border Color

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

This div border color is #aadc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc7d


Comments

No comments written yet.

Please login to write comment.