Color Hex Logo

#aad671 Color Hex

#AAD671
(170,214,113)
0 Favorites   0 Comments

Color spaces of #aad671

RGB 170214113
HSL0.240.550.64
HSV86°47°84°
CMYK 0.210.000.47   0.16
XYZ43.604857.831424.4872
Yxy57.83140.34630.4593
Hunter Lab76.0470-30.731534.1414
CIE-Lab80.6450-30.945145.0042

#aad671 color RGB value is (170,214,113).

#aad671 hex color red value is 170, green value is 214 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aad671 hue: 0.24 , saturation: 0.55 and the lightness value of aad671 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01110001
Octal 252 326 161
Decimal 170 214 113
Hex AA D6 71

RGB Percentages of Color #aad671

%34.21
%43.06
%22.74

CMYK Percentages of Color #aad671

%21
%0
%47
%16

Triadic Colors of #aad671

#aad671 #71aad6 #d671aa

Analogous Colors of #aad671

#aad671 #78d671 #d6d071

Monochromatic Colors of #aad671

#aad671

Complementary Color

#aad671 #9d71d6

#aad671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad671 Color CSS Codes

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

#aad671 Text Font Color

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

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


#aad671 Background Color

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

This div background color is #aad671


#aad671 Border Color

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

This div border color is #aad671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad671


Comments

No comments written yet.

Please login to write comment.