Color Hex Logo

#aadf3e Color Hex

#AADF3E
(170,223,62)
0 Favorites   0 Comments

Color spaces of #aadf3e

RGB 17022362
HSL0.220.720.56
HSV80°72°87°
CMYK 0.240.000.72   0.13
XYZ43.834761.669214.1504
Yxy61.66920.36630.5154
Hunter Lab78.5297-37.789744.2873
CIE-Lab82.7372-39.286768.9311

#aadf3e color RGB value is (170,223,62).

#aadf3e hex color red value is 170, green value is 223 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aadf3e hue: 0.22 , saturation: 0.72 and the lightness value of aadf3e is 0.56.

The process color (four color CMYK) of #aadf3e color hex is 0.24, 0.00, 0.72, 0.13. Web safe color of #aadf3e is #99cc33. Color #aadf3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00111110
Octal 252 337 76
Decimal 170 223 62
Hex AA DF 3E

RGB Percentages of Color #aadf3e

%37.36
%49.01
%13.63

CMYK Percentages of Color #aadf3e

%24
%0
%72
%13

Triadic Colors of #aadf3e

#aadf3e #3eaadf #df3eaa

Analogous Colors of #aadf3e

#aadf3e #5adf3e #dfc43e

Monochromatic Colors of #aadf3e

#aadf3e

Complementary Color

#aadf3e #733edf

#aadf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf3e Color CSS Codes

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

#aadf3e Text Font Color

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

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


#aadf3e Background Color

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

This div background color is #aadf3e


#aadf3e Border Color

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

This div border color is #aadf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf3e


Comments

No comments written yet.

Please login to write comment.