Color Hex Logo

#abaa2a Color Hex

#ABAA2A
(171,170,42)
0 Favorites   0 Comments

Color spaces of #abaa2a

RGB 17117042
HSL0.170.610.42
HSV60°75°67°
CMYK 0.000.010.75   0.33
XYZ31.587237.57457.7783
Yxy37.57450.41050.4884
Hunter Lab61.2980-15.289635.3851
CIE-Lab67.7058-14.467761.3344

#abaa2a color RGB value is (171,170,42).

#abaa2a hex color red value is 171, green value is 170 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abaa2a hue: 0.17 , saturation: 0.61 and the lightness value of abaa2a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00101010
Octal 253 252 52
Decimal 171 170 42
Hex AB AA 2A

RGB Percentages of Color #abaa2a

%44.65
%44.39
%10.97

CMYK Percentages of Color #abaa2a

%0
%1
%75
%33

Triadic Colors of #abaa2a

#abaa2a #2aabaa #aa2aab

Analogous Colors of #abaa2a

#abaa2a #6cab2a #ab6a2a

Monochromatic Colors of #abaa2a

#abaa2a

Complementary Color

#abaa2a #2a2bab

#abaa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa2a Color CSS Codes

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

#abaa2a Text Font Color

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

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


#abaa2a Background Color

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

This div background color is #abaa2a


#abaa2a Border Color

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

This div border color is #abaa2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa2a


Comments

No comments written yet.

Please login to write comment.