Color Hex Logo

#aadf4d Color Hex

#AADF4D
(170,223,77)
0 Favorites   0 Comments

Color spaces of #aadf4d

RGB 17022377
HSL0.230.700.59
HSV82°65°87°
CMYK 0.240.000.65   0.13
XYZ44.304861.857216.6257
Yxy61.85720.36080.5038
Hunter Lab78.6493-37.083642.5212
CIE-Lab82.8374-38.342763.5113

#aadf4d color RGB value is (170,223,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01001101
Octal 252 337 115
Decimal 170 223 77
Hex AA DF 4D

RGB Percentages of Color #aadf4d

%36.17
%47.45
%16.38

CMYK Percentages of Color #aadf4d

%24
%0
%65
%13

Triadic Colors of #aadf4d

#aadf4d #4daadf #df4daa

Analogous Colors of #aadf4d

#aadf4d #61df4d #dfcb4d

Monochromatic Colors of #aadf4d

#aadf4d

Complementary Color

#aadf4d #824ddf

#aadf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf4d Color CSS Codes

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

#aadf4d Text Font Color

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

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


#aadf4d Background Color

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

This div background color is #aadf4d


#aadf4d Border Color

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

This div border color is #aadf4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,223,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 #aadf4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf4d


Comments

No comments written yet.

Please login to write comment.