Color Hex Logo

#aad73e Color Hex

#AAD73E
(170,215,62)
0 Favorites   0 Comments

Color spaces of #aad73e

RGB 17021562
HSL0.220.660.54
HSV78°71°84°
CMYK 0.210.000.71   0.16
XYZ41.747557.494713.4547
Yxy57.49470.37040.5102
Hunter Lab75.8253-34.416542.5571
CIE-Lab80.4570-35.689866.6880

#aad73e color RGB value is (170,215,62).

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

The process color (four color CMYK) of #aad73e color hex is 0.21, 0.00, 0.71, 0.16. Web safe color of #aad73e is #99cc33. Color #aad73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00111110
Octal 252 327 76
Decimal 170 215 62
Hex AA D7 3E

RGB Percentages of Color #aad73e

%38.03
%48.10
%13.87

CMYK Percentages of Color #aad73e

%21
%0
%71
%16

Triadic Colors of #aad73e

#aad73e #3eaad7 #d73eaa

Analogous Colors of #aad73e

#aad73e #5ed73e #d7b83e

Monochromatic Colors of #aad73e

#aad73e

Complementary Color

#aad73e #6b3ed7

#aad73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad73e Color CSS Codes

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

#aad73e Text Font Color

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

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


#aad73e Background Color

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

This div background color is #aad73e


#aad73e Border Color

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

This div border color is #aad73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad73e


Comments

No comments written yet.

Please login to write comment.