Color Hex Logo

#aba684 Color Hex

#ABA684
(171,166,132)
0 Favorites   0 Comments

Color spaces of #aba684

RGB 171166132
HSL0.150.190.59
HSV52°23°67°
CMYK 0.000.030.23   0.33
XYZ34.595737.596327.2632
Yxy37.59630.34790.3780
Hunter Lab61.3158-6.589216.5586
CIE-Lab67.7220-3.873818.2907

#aba684 color RGB value is (171,166,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10000100
Octal 253 246 204
Decimal 171 166 132
Hex AB A6 84

RGB Percentages of Color #aba684

%36.46
%35.39
%28.14

CMYK Percentages of Color #aba684

%0
%3
%23
%33

Triadic Colors of #aba684

#aba684 #84aba6 #a684ab

Analogous Colors of #aba684

#aba684 #9dab84 #ab9384

Monochromatic Colors of #aba684

#aba684

Complementary Color

#aba684 #8489ab

#aba684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba684 Color CSS Codes

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

#aba684 Text Font Color

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

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


#aba684 Background Color

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

This div background color is #aba684


#aba684 Border Color

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

This div border color is #aba684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba684


Comments

No comments written yet.

Please login to write comment.