Color Hex Logo

#aba144 Color Hex

#ABA144
(171,161,68)
0 Favorites   0 Comments

Color spaces of #aba144

RGB 17116168
HSL0.150.430.47
HSV54°60°67°
CMYK 0.000.060.60   0.33
XYZ30.582834.565010.5287
Yxy34.56500.40410.4567
Hunter Lab58.7920-10.032730.5365
CIE-Lab65.4086-8.276248.5613

#aba144 color RGB value is (171,161,68).

#aba144 hex color red value is 171, green value is 161 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aba144 hue: 0.15 , saturation: 0.43 and the lightness value of aba144 is 0.47.

The process color (four color CMYK) of #aba144 color hex is 0.00, 0.06, 0.60, 0.33. Web safe color of #aba144 is #999933. Color #aba144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01000100
Octal 253 241 104
Decimal 171 161 68
Hex AB A1 44

RGB Percentages of Color #aba144

%42.75
%40.25
%17.00

CMYK Percentages of Color #aba144

%0
%6
%60
%33

Triadic Colors of #aba144

#aba144 #44aba1 #a144ab

Analogous Colors of #aba144

#aba144 #82ab44 #ab6e44

Monochromatic Colors of #aba144

#aba144

Complementary Color

#aba144 #444eab

#aba144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba144 Color CSS Codes

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

#aba144 Text Font Color

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

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


#aba144 Background Color

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

This div background color is #aba144


#aba144 Border Color

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

This div border color is #aba144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba144


Comments

No comments written yet.

Please login to write comment.