Color Hex Logo

#aad426 Color Hex

#AAD426
(170,212,38)
0 Favorites   0 Comments

Color spaces of #aad426

RGB 17021238
HSL0.210.700.49
HSV74°82°83°
CMYK 0.200.000.82   0.17
XYZ40.470955.773010.4659
Yxy55.77300.37930.5227
Hunter Lab74.6813-33.960643.9680
CIE-Lab79.4845-35.411973.0129

#aad426 color RGB value is (170,212,38).

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

The process color (four color CMYK) of #aad426 color hex is 0.20, 0.00, 0.82, 0.17. Web safe color of #aad426 is #99cc33. Color #aad426 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00100110
Octal 252 324 46
Decimal 170 212 38
Hex AA D4 26

RGB Percentages of Color #aad426

%40.48
%50.48
%9.05

CMYK Percentages of Color #aad426

%20
%0
%82
%17

Triadic Colors of #aad426

#aad426 #26aad4 #d426aa

Analogous Colors of #aad426

#aad426 #53d426 #d4a726

Monochromatic Colors of #aad426

#aad426

Complementary Color

#aad426 #5026d4

#aad426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad426 Color CSS Codes

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

#aad426 Text Font Color

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

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


#aad426 Background Color

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

This div background color is #aad426


#aad426 Border Color

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

This div border color is #aad426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad426


Comments

No comments written yet.

Please login to write comment.