Color Hex Logo

#aba785 Color Hex

#ABA785
(171,167,133)
0 Favorites   0 Comments

Color spaces of #aba785

RGB 171167133
HSL0.150.180.60
HSV54°22°67°
CMYK 0.000.020.22   0.33
XYZ34.846937.988827.6862
Yxy37.98880.34670.3779
Hunter Lab61.6351-6.942016.5117
CIE-Lab68.0124-4.263318.1427

#aba785 color RGB value is (171,167,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10000101
Octal 253 247 205
Decimal 171 167 133
Hex AB A7 85

RGB Percentages of Color #aba785

%36.31
%35.46
%28.24

CMYK Percentages of Color #aba785

%0
%2
%22
%33

Triadic Colors of #aba785

#aba785 #85aba7 #a785ab

Analogous Colors of #aba785

#aba785 #9cab85 #ab9485

Monochromatic Colors of #aba785

#aba785

Complementary Color

#aba785 #8589ab

#aba785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba785 Color CSS Codes

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

#aba785 Text Font Color

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

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


#aba785 Background Color

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

This div background color is #aba785


#aba785 Border Color

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

This div border color is #aba785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba785


Comments

No comments written yet.

Please login to write comment.