Color Hex Logo

#aad472 Color Hex

#AAD472
(170,212,114)
0 Favorites   0 Comments

Color spaces of #aad472

RGB 170212114
HSL0.240.530.64
HSV86°46°83°
CMYK 0.200.000.46   0.17
XYZ43.158356.847924.6177
Yxy56.84790.34630.4562
Hunter Lab75.3975-29.770533.4198
CIE-Lab80.0940-29.890843.8385

#aad472 color RGB value is (170,212,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01110010
Octal 252 324 162
Decimal 170 212 114
Hex AA D4 72

RGB Percentages of Color #aad472

%34.27
%42.74
%22.98

CMYK Percentages of Color #aad472

%20
%0
%46
%17

Triadic Colors of #aad472

#aad472 #72aad4 #d472aa

Analogous Colors of #aad472

#aad472 #79d472 #d4cd72

Monochromatic Colors of #aad472

#aad472

Complementary Color

#aad472 #9c72d4

#aad472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad472 Color CSS Codes

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

#aad472 Text Font Color

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

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


#aad472 Background Color

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

This div background color is #aad472


#aad472 Border Color

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

This div border color is #aad472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad472


Comments

No comments written yet.

Please login to write comment.