Color Hex Logo

#aad72f Color Hex

#AAD72F
(170,215,47)
0 Favorites   0 Comments

Color spaces of #aad72f

RGB 17021547
HSL0.210.680.51
HSV76°78°84°
CMYK 0.210.000.78   0.16
XYZ41.391157.352211.5779
Yxy57.35220.37520.5199
Hunter Lab75.7312-34.970043.9475
CIE-Lab80.3773-36.430771.4161

#aad72f color RGB value is (170,215,47).

#aad72f hex color red value is 170, green value is 215 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aad72f hue: 0.21 , saturation: 0.68 and the lightness value of aad72f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00101111
Octal 252 327 57
Decimal 170 215 47
Hex AA D7 2F

RGB Percentages of Color #aad72f

%39.35
%49.77
%10.88

CMYK Percentages of Color #aad72f

%21
%0
%78
%16

Triadic Colors of #aad72f

#aad72f #2faad7 #d72faa

Analogous Colors of #aad72f

#aad72f #56d72f #d7b02f

Monochromatic Colors of #aad72f

#aad72f

Complementary Color

#aad72f #5c2fd7

#aad72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad72f Color CSS Codes

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

#aad72f Text Font Color

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

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


#aad72f Background Color

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

This div background color is #aad72f


#aad72f Border Color

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

This div border color is #aad72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad72f


Comments

No comments written yet.

Please login to write comment.