Color Hex Logo

#aad74d Color Hex

#AAD74D
(170,215,77)
0 Favorites   0 Comments

Color spaces of #aad74d

RGB 17021577
HSL0.220.630.57
HSV80°64°84°
CMYK 0.210.000.64   0.16
XYZ42.217657.682715.9300
Yxy57.68270.36450.4980
Hunter Lab75.9491-33.688740.7286
CIE-Lab80.5621-34.721261.1006

#aad74d color RGB value is (170,215,77).

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

The process color (four color CMYK) of #aad74d color hex is 0.21, 0.00, 0.64, 0.16. Web safe color of #aad74d is #99cc66. Color #aad74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01001101
Octal 252 327 115
Decimal 170 215 77
Hex AA D7 4D

RGB Percentages of Color #aad74d

%36.80
%46.54
%16.67

CMYK Percentages of Color #aad74d

%21
%0
%64
%16

Triadic Colors of #aad74d

#aad74d #4daad7 #d74daa

Analogous Colors of #aad74d

#aad74d #65d74d #d7bf4d

Monochromatic Colors of #aad74d

#aad74d

Complementary Color

#aad74d #7a4dd7

#aad74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad74d Color CSS Codes

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

#aad74d Text Font Color

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

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


#aad74d Background Color

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

This div background color is #aad74d


#aad74d Border Color

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

This div border color is #aad74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad74d


Comments

No comments written yet.

Please login to write comment.