Color Hex Logo

#aba763 Color Hex

#ABA763
(171,167,99)
0 Favorites   0 Comments

Color spaces of #aba763

RGB 17116799
HSL0.160.300.53
HSV57°42°67°
CMYK 0.000.020.42   0.33
XYZ32.865437.196217.2518
Yxy37.19620.37640.4260
Hunter Lab60.9887-10.540725.9208
CIE-Lab67.4240-8.642935.6110

#aba763 color RGB value is (171,167,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01100011
Octal 253 247 143
Decimal 171 167 99
Hex AB A7 63

RGB Percentages of Color #aba763

%39.13
%38.22
%22.65

CMYK Percentages of Color #aba763

%0
%2
%42
%33

Triadic Colors of #aba763

#aba763 #63aba7 #a763ab

Analogous Colors of #aba763

#aba763 #8bab63 #ab8363

Monochromatic Colors of #aba763

#aba763

Complementary Color

#aba763 #6367ab

#aba763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba763 Color CSS Codes

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

#aba763 Text Font Color

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

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


#aba763 Background Color

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

This div background color is #aba763


#aba763 Border Color

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

This div border color is #aba763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba763


Comments

No comments written yet.

Please login to write comment.