Color Hex Logo

#aba544 Color Hex

#ABA544
(171,165,68)
0 Favorites   0 Comments

Color spaces of #aba544

RGB 17116568
HSL0.160.430.47
HSV57°60°67°
CMYK 0.000.040.60   0.33
XYZ31.293135.985510.7654
Yxy35.98550.40100.4611
Hunter Lab59.9879-11.863131.3514
CIE-Lab66.5088-10.386549.7754

#aba544 color RGB value is (171,165,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01000100
Octal 253 245 104
Decimal 171 165 68
Hex AB A5 44

RGB Percentages of Color #aba544

%42.33
%40.84
%16.83

CMYK Percentages of Color #aba544

%0
%4
%60
%33

Triadic Colors of #aba544

#aba544 #44aba5 #a544ab

Analogous Colors of #aba544

#aba544 #7eab44 #ab7244

Monochromatic Colors of #aba544

#aba544

Complementary Color

#aba544 #444aab

#aba544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba544 Color CSS Codes

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

#aba544 Text Font Color

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

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


#aba544 Background Color

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

This div background color is #aba544


#aba544 Border Color

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

This div border color is #aba544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba544


Comments

No comments written yet.

Please login to write comment.