Color Hex Logo

#aad628 Color Hex

#AAD628
(170,214,40)
0 Favorites   0 Comments

Color spaces of #aad628

RGB 17021440
HSL0.210.690.50
HSV75°81°84°
CMYK 0.210.000.81   0.16
XYZ41.007156.792410.8082
Yxy56.79240.37760.5229
Hunter Lab75.3607-34.751644.2492
CIE-Lab80.0627-36.250373.0217

#aad628 color RGB value is (170,214,40).

#aad628 hex color red value is 170, green value is 214 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aad628 hue: 0.21 , saturation: 0.69 and the lightness value of aad628 is 0.50.

The process color (four color CMYK) of #aad628 color hex is 0.21, 0.00, 0.81, 0.16. Web safe color of #aad628 is #99cc33. Color #aad628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00101000
Octal 252 326 50
Decimal 170 214 40
Hex AA D6 28

RGB Percentages of Color #aad628

%40.09
%50.47
%9.43

CMYK Percentages of Color #aad628

%21
%0
%81
%16

Triadic Colors of #aad628

#aad628 #28aad6 #d628aa

Analogous Colors of #aad628

#aad628 #53d628 #d6ab28

Monochromatic Colors of #aad628

#aad628

Complementary Color

#aad628 #5428d6

#aad628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad628 Color CSS Codes

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

#aad628 Text Font Color

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

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


#aad628 Background Color

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

This div background color is #aad628


#aad628 Border Color

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

This div border color is #aad628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad628


Comments

No comments written yet.

Please login to write comment.