Color Hex Logo

#aad747 Color Hex

#AAD747
(170,215,71)
0 Favorites   0 Comments

Color spaces of #aad747

RGB 17021571
HSL0.220.640.56
HSV79°67°84°
CMYK 0.210.000.67   0.16
XYZ42.015357.601914.8651
Yxy57.60190.36700.5032
Hunter Lab75.8959-34.001841.5145
CIE-Lab80.5170-35.137163.4254

#aad747 color RGB value is (170,215,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01000111
Octal 252 327 107
Decimal 170 215 71
Hex AA D7 47

RGB Percentages of Color #aad747

%37.28
%47.15
%15.57

CMYK Percentages of Color #aad747

%21
%0
%67
%16

Triadic Colors of #aad747

#aad747 #47aad7 #d747aa

Analogous Colors of #aad747

#aad747 #62d747 #d7bc47

Monochromatic Colors of #aad747

#aad747

Complementary Color

#aad747 #7447d7

#aad747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad747 Color CSS Codes

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

#aad747 Text Font Color

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

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


#aad747 Background Color

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

This div background color is #aad747


#aad747 Border Color

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

This div border color is #aad747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad747


Comments

No comments written yet.

Please login to write comment.