Color Hex Logo

#aaba25 Color Hex

#AABA25
(170,186,37)
0 Favorites   0 Comments

Color spaces of #aaba25

RGB 17018637
HSL0.180.670.44
HSV66°80°73°
CMYK 0.090.000.80   0.27
XYZ34.470443.79748.3872
Yxy43.79740.39780.5054
Hunter Lab66.1796-22.840638.8117
CIE-Lab72.0929-23.145266.7870

#aaba25 color RGB value is (170,186,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 00100101
Octal 252 272 45
Decimal 170 186 37
Hex AA BA 25

RGB Percentages of Color #aaba25

%43.26
%47.33
%9.41

CMYK Percentages of Color #aaba25

%9
%0
%80
%27

Triadic Colors of #aaba25

#aaba25 #25aaba #ba25aa

Analogous Colors of #aaba25

#aaba25 #60ba25 #ba8025

Monochromatic Colors of #aaba25

#aaba25

Complementary Color

#aaba25 #3525ba

#aaba25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba25 Color CSS Codes

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

#aaba25 Text Font Color

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

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


#aaba25 Background Color

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

This div background color is #aaba25


#aaba25 Border Color

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

This div border color is #aaba25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba25


Comments

No comments written yet.

Please login to write comment.