Color Hex Logo

#aad626 Color Hex

#AAD626
(170,214,38)
0 Favorites   0 Comments

Color spaces of #aad626

RGB 17021438
HSL0.210.700.49
HSV75°82°84°
CMYK 0.210.000.82   0.16
XYZ40.974056.779110.6336
Yxy56.77910.37800.5239
Hunter Lab75.3519-34.803144.3794
CIE-Lab80.0552-36.319773.5102

#aad626 color RGB value is (170,214,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00100110
Octal 252 326 46
Decimal 170 214 38
Hex AA D6 26

RGB Percentages of Color #aad626

%40.28
%50.71
%9.00

CMYK Percentages of Color #aad626

%21
%0
%82
%16

Triadic Colors of #aad626

#aad626 #26aad6 #d626aa

Analogous Colors of #aad626

#aad626 #52d626 #d6aa26

Monochromatic Colors of #aad626

#aad626

Complementary Color

#aad626 #5226d6

#aad626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad626 Color CSS Codes

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

#aad626 Text Font Color

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

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


#aad626 Background Color

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

This div background color is #aad626


#aad626 Border Color

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

This div border color is #aad626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad626


Comments

No comments written yet.

Please login to write comment.