Color Hex Logo

#aad347 Color Hex

#AAD347
(170,211,71)
0 Favorites   0 Comments

Color spaces of #aad347

RGB 17021171
HSL0.220.610.55
HSV78°66°83°
CMYK 0.190.000.66   0.17
XYZ41.009255.589514.5297
Yxy55.58950.36900.5002
Hunter Lab74.5584-32.297140.6366
CIE-Lab79.3796-33.299662.2450

#aad347 color RGB value is (170,211,71).

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

The process color (four color CMYK) of #aad347 color hex is 0.19, 0.00, 0.66, 0.17. Web safe color of #aad347 is #99cc33. Color #aad347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 01000111
Octal 252 323 107
Decimal 170 211 71
Hex AA D3 47

RGB Percentages of Color #aad347

%37.61
%46.68
%15.71

CMYK Percentages of Color #aad347

%19
%0
%66
%17

Triadic Colors of #aad347

#aad347 #47aad3 #d347aa

Analogous Colors of #aad347

#aad347 #64d347 #d3b647

Monochromatic Colors of #aad347

#aad347

Complementary Color

#aad347 #7047d3

#aad347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad347 Color CSS Codes

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

#aad347 Text Font Color

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

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


#aad347 Background Color

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

This div background color is #aad347


#aad347 Border Color

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

This div border color is #aad347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad347


Comments

No comments written yet.

Please login to write comment.