Color Hex Logo

#abaa49 Color Hex

#ABAA49
(171,170,73)
0 Favorites   0 Comments

Color spaces of #abaa49

RGB 17117073
HSL0.160.400.48
HSV59°57°67°
CMYK 0.000.010.57   0.33
XYZ32.371937.888411.9103
Yxy37.88840.39400.4611
Hunter Lab61.5536-13.843031.6152
CIE-Lab67.9383-12.625249.0713

#abaa49 color RGB value is (171,170,73).

#abaa49 hex color red value is 171, green value is 170 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #abaa49 hue: 0.16 , saturation: 0.40 and the lightness value of abaa49 is 0.48.

The process color (four color CMYK) of #abaa49 color hex is 0.00, 0.01, 0.57, 0.33. Web safe color of #abaa49 is #999933. Color #abaa49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01001001
Octal 253 252 111
Decimal 171 170 73
Hex AB AA 49

RGB Percentages of Color #abaa49

%41.30
%41.06
%17.63

CMYK Percentages of Color #abaa49

%0
%1
%57
%33

Triadic Colors of #abaa49

#abaa49 #49abaa #aa49ab

Analogous Colors of #abaa49

#abaa49 #7bab49 #ab7949

Monochromatic Colors of #abaa49

#abaa49

Complementary Color

#abaa49 #494aab

#abaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa49 Color CSS Codes

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

#abaa49 Text Font Color

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

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


#abaa49 Background Color

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

This div background color is #abaa49


#abaa49 Border Color

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

This div border color is #abaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa49


Comments

No comments written yet.

Please login to write comment.