Color Hex Logo

#aaad26 Color Hex

#AAAD26
(170,173,38)
0 Favorites   0 Comments

Color spaces of #aaad26

RGB 17017338
HSL0.170.640.41
HSV61°78°68°
CMYK 0.020.000.78   0.32
XYZ31.871038.57317.5993
Yxy38.57310.40840.4943
Hunter Lab62.1072-17.088536.2205
CIE-Lab68.4409-16.602063.2433

#aaad26 color RGB value is (170,173,38).

#aaad26 hex color red value is 170, green value is 173 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aaad26 hue: 0.17 , saturation: 0.64 and the lightness value of aaad26 is 0.41.

The process color (four color CMYK) of #aaad26 color hex is 0.02, 0.00, 0.78, 0.32. Web safe color of #aaad26 is #999933. Color #aaad26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00100110
Octal 252 255 46
Decimal 170 173 38
Hex AA AD 26

RGB Percentages of Color #aaad26

%44.62
%45.41
%9.97

CMYK Percentages of Color #aaad26

%2
%0
%78
%32

Triadic Colors of #aaad26

#aaad26 #26aaad #ad26aa

Analogous Colors of #aaad26

#aaad26 #67ad26 #ad6d26

Monochromatic Colors of #aaad26

#aaad26

Complementary Color

#aaad26 #2926ad

#aaad26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad26 Color CSS Codes

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

#aaad26 Text Font Color

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

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


#aaad26 Background Color

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

This div background color is #aaad26


#aaad26 Border Color

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

This div border color is #aaad26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad26


Comments

No comments written yet.

Please login to write comment.