Color Hex Logo

#aba093 Color Hex

#ABA093
(171,160,147)
0 Favorites   0 Comments

Color spaces of #aba093

RGB 171160147
HSL0.090.130.62
HSV33°14°67°
CMYK 0.000.060.14   0.33
XYZ34.631935.906132.7090
Yxy35.90610.33540.3478
Hunter Lab59.9217-1.69849.5810
CIE-Lab66.44811.74178.2051

#aba093 color RGB value is (171,160,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 10010011
Octal 253 240 223
Decimal 171 160 147
Hex AB A0 93

RGB Percentages of Color #aba093

%35.77
%33.47
%30.75

CMYK Percentages of Color #aba093

%0
%6
%14
%33

Triadic Colors of #aba093

#aba093 #93aba0 #a093ab

Analogous Colors of #aba093

#aba093 #aaab93 #ab9493

Monochromatic Colors of #aba093

#aba093

Complementary Color

#aba093 #939eab

#aba093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba093 Color CSS Codes

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

#aba093 Text Font Color

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

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


#aba093 Background Color

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

This div background color is #aba093


#aba093 Border Color

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

This div border color is #aba093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba093


Comments

No comments written yet.

Please login to write comment.