Color Hex Logo

#aab925 Color Hex

#AAB925
(170,185,37)
0 Favorites   0 Comments

Color spaces of #aab925

RGB 17018537
HSL0.180.670.44
HSV66°80°73°
CMYK 0.080.000.80   0.27
XYZ34.260543.37758.3173
Yxy43.37750.39860.5047
Hunter Lab65.8616-22.404038.6157
CIE-Lab71.8104-22.653066.5371

#aab925 color RGB value is (170,185,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00100101
Octal 252 271 45
Decimal 170 185 37
Hex AA B9 25

RGB Percentages of Color #aab925

%43.37
%47.19
%9.44

CMYK Percentages of Color #aab925

%8
%0
%80
%27

Triadic Colors of #aab925

#aab925 #25aab9 #b925aa

Analogous Colors of #aab925

#aab925 #60b925 #b97e25

Monochromatic Colors of #aab925

#aab925

Complementary Color

#aab925 #3425b9

#aab925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab925 Color CSS Codes

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

#aab925 Text Font Color

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

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


#aab925 Background Color

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

This div background color is #aab925


#aab925 Border Color

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

This div border color is #aab925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab925


Comments

No comments written yet.

Please login to write comment.