Color Hex Logo

#aba563 Color Hex

#ABA563
(171,165,99)
0 Favorites   0 Comments

Color spaces of #aba563

RGB 17116599
HSL0.150.300.53
HSV55°42°67°
CMYK 0.000.040.42   0.33
XYZ32.501936.469017.1306
Yxy36.46900.37750.4236
Hunter Lab60.3896-9.612425.4540
CIE-Lab66.8767-7.582734.9215

#aba563 color RGB value is (171,165,99).

#aba563 hex color red value is 171, green value is 165 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aba563 hue: 0.15 , saturation: 0.30 and the lightness value of aba563 is 0.53.

The process color (four color CMYK) of #aba563 color hex is 0.00, 0.04, 0.42, 0.33. Web safe color of #aba563 is #999966. Color #aba563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01100011
Octal 253 245 143
Decimal 171 165 99
Hex AB A5 63

RGB Percentages of Color #aba563

%39.31
%37.93
%22.76

CMYK Percentages of Color #aba563

%0
%4
%42
%33

Triadic Colors of #aba563

#aba563 #63aba5 #a563ab

Analogous Colors of #aba563

#aba563 #8dab63 #ab8163

Monochromatic Colors of #aba563

#aba563

Complementary Color

#aba563 #6369ab

#aba563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba563 Color CSS Codes

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

#aba563 Text Font Color

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

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


#aba563 Background Color

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

This div background color is #aba563


#aba563 Border Color

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

This div border color is #aba563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba563


Comments

No comments written yet.

Please login to write comment.