Color Hex Logo

#aba393 Color Hex

#ABA393
(171,163,147)
0 Favorites   0 Comments

Color spaces of #aba393

RGB 171163147
HSL0.110.130.62
HSV40°14°67°
CMYK 0.000.050.14   0.33
XYZ35.158236.958932.8845
Yxy36.95890.33480.3520
Hunter Lab60.7938-3.159310.4846
CIE-Lab67.24620.10179.3420

#aba393 color RGB value is (171,163,147).

#aba393 hex color red value is 171, green value is 163 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aba393 hue: 0.11 , saturation: 0.13 and the lightness value of aba393 is 0.62.

The process color (four color CMYK) of #aba393 color hex is 0.00, 0.05, 0.14, 0.33. Web safe color of #aba393 is #999999. Color #aba393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 10010011
Octal 253 243 223
Decimal 171 163 147
Hex AB A3 93

RGB Percentages of Color #aba393

%35.55
%33.89
%30.56

CMYK Percentages of Color #aba393

%0
%5
%14
%33

Triadic Colors of #aba393

#aba393 #93aba3 #a393ab

Analogous Colors of #aba393

#aba393 #a7ab93 #ab9793

Monochromatic Colors of #aba393

#aba393

Complementary Color

#aba393 #939bab

#aba393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba393 Color CSS Codes

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

#aba393 Text Font Color

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

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


#aba393 Background Color

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

This div background color is #aba393


#aba393 Border Color

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

This div border color is #aba393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba393


Comments

No comments written yet.

Please login to write comment.