Color Hex Logo

#aba685 Color Hex

#ABA685
(171,166,133)
0 Favorites   0 Comments

Color spaces of #aba685

RGB 171166133
HSL0.140.180.60
HSV52°22°67°
CMYK 0.000.030.22   0.33
XYZ34.664437.623827.6254
Yxy37.62380.34690.3766
Hunter Lab61.3382-6.465316.2339
CIE-Lab67.7424-3.725617.7701

#aba685 color RGB value is (171,166,133).

#aba685 hex color red value is 171, green value is 166 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aba685 hue: 0.14 , saturation: 0.18 and the lightness value of aba685 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10000101
Octal 253 246 205
Decimal 171 166 133
Hex AB A6 85

RGB Percentages of Color #aba685

%36.38
%35.32
%28.30

CMYK Percentages of Color #aba685

%0
%3
%22
%33

Triadic Colors of #aba685

#aba685 #85aba6 #a685ab

Analogous Colors of #aba685

#aba685 #9dab85 #ab9385

Monochromatic Colors of #aba685

#aba685

Complementary Color

#aba685 #858aab

#aba685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba685 Color CSS Codes

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

#aba685 Text Font Color

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

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


#aba685 Background Color

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

This div background color is #aba685


#aba685 Border Color

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

This div border color is #aba685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba685


Comments

No comments written yet.

Please login to write comment.