Color Hex Logo

#aad651 Color Hex

#AAD651
(170,214,81)
0 Favorites   0 Comments

Color spaces of #aad651

RGB 17021481
HSL0.220.620.58
HSV80°62°84°
CMYK 0.210.000.62   0.16
XYZ42.109357.233316.6123
Yxy57.23330.36320.4936
Hunter Lab75.6527-33.036739.9376
CIE-Lab80.3106-33.964059.1835

#aad651 color RGB value is (170,214,81).

#aad651 hex color red value is 170, green value is 214 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aad651 hue: 0.22 , saturation: 0.62 and the lightness value of aad651 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01010001
Octal 252 326 121
Decimal 170 214 81
Hex AA D6 51

RGB Percentages of Color #aad651

%36.56
%46.02
%17.42

CMYK Percentages of Color #aad651

%21
%0
%62
%16

Triadic Colors of #aad651

#aad651 #51aad6 #d651aa

Analogous Colors of #aad651

#aad651 #68d651 #d6c051

Monochromatic Colors of #aad651

#aad651

Complementary Color

#aad651 #7d51d6

#aad651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad651 Color CSS Codes

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

#aad651 Text Font Color

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

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


#aad651 Background Color

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

This div background color is #aad651


#aad651 Border Color

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

This div border color is #aad651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad651


Comments

No comments written yet.

Please login to write comment.