Color Hex Logo

#aba384 Color Hex

#ABA384
(171,163,132)
0 Favorites   0 Comments

Color spaces of #aba384

RGB 171163132
HSL0.130.190.59
HSV48°23°67°
CMYK 0.000.050.23   0.33
XYZ34.056636.518327.0835
Yxy36.51830.34870.3739
Hunter Lab60.4304-5.156315.7289
CIE-Lab66.9141-2.255217.1753

#aba384 color RGB value is (171,163,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 10000100
Octal 253 243 204
Decimal 171 163 132
Hex AB A3 84

RGB Percentages of Color #aba384

%36.70
%34.98
%28.33

CMYK Percentages of Color #aba384

%0
%5
%23
%33

Triadic Colors of #aba384

#aba384 #84aba3 #a384ab

Analogous Colors of #aba384

#aba384 #a0ab84 #ab9084

Monochromatic Colors of #aba384

#aba384

Complementary Color

#aba384 #848cab

#aba384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba384 Color CSS Codes

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

#aba384 Text Font Color

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

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


#aba384 Background Color

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

This div background color is #aba384


#aba384 Border Color

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

This div border color is #aba384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba384


Comments

No comments written yet.

Please login to write comment.