Color Hex Logo

#aba363 Color Hex

#ABA363
(171,163,99)
0 Favorites   0 Comments

Color spaces of #aba363

RGB 17116399
HSL0.150.300.53
HSV53°42°67°
CMYK 0.000.050.42   0.33
XYZ32.143935.753217.0113
Yxy35.75320.37860.4211
Hunter Lab59.7940-8.681924.9879
CIE-Lab66.3309-6.518634.2316

#aba363 color RGB value is (171,163,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01100011
Octal 253 243 143
Decimal 171 163 99
Hex AB A3 63

RGB Percentages of Color #aba363

%39.49
%37.64
%22.86

CMYK Percentages of Color #aba363

%0
%5
%42
%33

Triadic Colors of #aba363

#aba363 #63aba3 #a363ab

Analogous Colors of #aba363

#aba363 #8fab63 #ab7f63

Monochromatic Colors of #aba363

#aba363

Complementary Color

#aba363 #636bab

#aba363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba363 Color CSS Codes

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

#aba363 Text Font Color

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

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


#aba363 Background Color

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

This div background color is #aba363


#aba363 Border Color

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

This div border color is #aba363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba363


Comments

No comments written yet.

Please login to write comment.