Color Hex Logo

#aba483 Color Hex

#ABA483
(171,164,131)
0 Favorites   0 Comments

Color spaces of #aba483

RGB 171164131
HSL0.140.190.59
HSV50°23°67°
CMYK 0.000.040.23   0.33
XYZ34.166836.847526.7842
Yxy36.84750.34940.3768
Hunter Lab60.7021-5.758316.3304
CIE-Lab67.1625-2.943318.0686

#aba483 color RGB value is (171,164,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 10000011
Octal 253 244 203
Decimal 171 164 131
Hex AB A4 83

RGB Percentages of Color #aba483

%36.70
%35.19
%28.11

CMYK Percentages of Color #aba483

%0
%4
%23
%33

Triadic Colors of #aba483

#aba483 #83aba4 #a483ab

Analogous Colors of #aba483

#aba483 #9eab83 #ab9083

Monochromatic Colors of #aba483

#aba483

Complementary Color

#aba483 #838aab

#aba483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba483 Color CSS Codes

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

#aba483 Text Font Color

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

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


#aba483 Background Color

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

This div background color is #aba483


#aba483 Border Color

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

This div border color is #aba483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba483


Comments

No comments written yet.

Please login to write comment.