Color Hex Logo

#aaba24 Color Hex

#AABA24
(170,186,36)
0 Favorites   0 Comments

Color spaces of #aaba24

RGB 17018636
HSL0.180.680.44
HSV66°81°73°
CMYK 0.090.000.81   0.27
XYZ34.454943.79128.3057
Yxy43.79120.39810.5060
Hunter Lab66.1749-22.867638.8809
CIE-Lab72.0887-23.180767.0564

#aaba24 color RGB value is (170,186,36).

#aaba24 hex color red value is 170, green value is 186 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #aaba24 hue: 0.18 , saturation: 0.68 and the lightness value of aaba24 is 0.44.

The process color (four color CMYK) of #aaba24 color hex is 0.09, 0.00, 0.81, 0.27. Web safe color of #aaba24 is #99cc33. Color #aaba24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 00100100
Octal 252 272 44
Decimal 170 186 36
Hex AA BA 24

RGB Percentages of Color #aaba24

%43.37
%47.45
%9.18

CMYK Percentages of Color #aaba24

%9
%0
%81
%27

Triadic Colors of #aaba24

#aaba24 #24aaba #ba24aa

Analogous Colors of #aaba24

#aaba24 #5fba24 #ba7f24

Monochromatic Colors of #aaba24

#aaba24

Complementary Color

#aaba24 #3424ba

#aaba24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba24 Color CSS Codes

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

#aaba24 Text Font Color

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

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


#aaba24 Background Color

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

This div background color is #aaba24


#aaba24 Border Color

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

This div border color is #aaba24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba24


Comments

No comments written yet.

Please login to write comment.