Color Hex Logo

#aba085 Color Hex

#ABA085
(171,160,133)
0 Favorites   0 Comments

Color spaces of #aba085

RGB 171160133
HSL0.120.180.60
HSV43°22°67°
CMYK 0.000.060.22   0.33
XYZ33.599035.493027.2703
Yxy35.49300.34870.3683
Hunter Lab59.5760-3.589614.5638
CIE-Lab66.1307-0.476515.5362

#aba085 color RGB value is (171,160,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 10000101
Octal 253 240 205
Decimal 171 160 133
Hex AB A0 85

RGB Percentages of Color #aba085

%36.85
%34.48
%28.66

CMYK Percentages of Color #aba085

%0
%6
%22
%33

Triadic Colors of #aba085

#aba085 #85aba0 #a085ab

Analogous Colors of #aba085

#aba085 #a3ab85 #ab8d85

Monochromatic Colors of #aba085

#aba085

Complementary Color

#aba085 #8590ab

#aba085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba085 Color CSS Codes

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

#aba085 Text Font Color

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

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


#aba085 Background Color

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

This div background color is #aba085


#aba085 Border Color

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

This div border color is #aba085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba085


Comments

No comments written yet.

Please login to write comment.