Color Hex Logo

#aab349 Color Hex

#AAB349
(170,179,73)
0 Favorites   0 Comments

Color spaces of #aab349

RGB 17017973
HSL0.180.420.49
HSV65°59°70°
CMYK 0.050.000.59   0.30
XYZ33.900341.267312.4820
Yxy41.26730.38680.4708
Hunter Lab64.2396-18.222033.4475
CIE-Lab70.3628-17.664651.7450

#aab349 color RGB value is (170,179,73).

#aab349 hex color red value is 170, green value is 179 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aab349 hue: 0.18 , saturation: 0.42 and the lightness value of aab349 is 0.49.

The process color (four color CMYK) of #aab349 color hex is 0.05, 0.00, 0.59, 0.30. Web safe color of #aab349 is #99cc33. Color #aab349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01001001
Octal 252 263 111
Decimal 170 179 73
Hex AA B3 49

RGB Percentages of Color #aab349

%40.28
%42.42
%17.30

CMYK Percentages of Color #aab349

%5
%0
%59
%30

Triadic Colors of #aab349

#aab349 #49aab3 #b349aa

Analogous Colors of #aab349

#aab349 #75b349 #b38749

Monochromatic Colors of #aab349

#aab349

Complementary Color

#aab349 #5249b3

#aab349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab349 Color CSS Codes

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

#aab349 Text Font Color

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

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


#aab349 Background Color

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

This div background color is #aab349


#aab349 Border Color

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

This div border color is #aab349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab349


Comments

No comments written yet.

Please login to write comment.