Color Hex Logo

#aad471 Color Hex

#AAD471
(170,212,113)
0 Favorites   0 Comments

Color spaces of #aad471

RGB 170212113
HSL0.240.540.64
HSV85°47°83°
CMYK 0.200.000.47   0.17
XYZ43.101756.825324.3195
Yxy56.82530.34690.4574
Hunter Lab75.3826-29.858033.6400
CIE-Lab80.0812-30.004044.3105

#aad471 color RGB value is (170,212,113).

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

The process color (four color CMYK) of #aad471 color hex is 0.20, 0.00, 0.47, 0.17. Web safe color of #aad471 is #99cc66. Color #aad471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01110001
Octal 252 324 161
Decimal 170 212 113
Hex AA D4 71

RGB Percentages of Color #aad471

%34.34
%42.83
%22.83

CMYK Percentages of Color #aad471

%20
%0
%47
%17

Triadic Colors of #aad471

#aad471 #71aad4 #d471aa

Analogous Colors of #aad471

#aad471 #79d471 #d4cd71

Monochromatic Colors of #aad471

#aad471

Complementary Color

#aad471 #9b71d4

#aad471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad471 Color CSS Codes

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

#aad471 Text Font Color

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

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


#aad471 Background Color

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

This div background color is #aad471


#aad471 Border Color

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

This div border color is #aad471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad471


Comments

No comments written yet.

Please login to write comment.