Color Hex Logo

#aba988 Color Hex

#ABA988
(171,169,136)
0 Favorites   0 Comments

Color spaces of #aba988

RGB 171169136
HSL0.160.170.60
HSV57°20°67°
CMYK 0.000.010.20   0.33
XYZ35.426538.811428.9167
Yxy38.81140.34340.3762
Hunter Lab62.2988-7.518016.0890
CIE-Lab68.6144-4.885217.3308

#aba988 color RGB value is (171,169,136).

#aba988 hex color red value is 171, green value is 169 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aba988 hue: 0.16 , saturation: 0.17 and the lightness value of aba988 is 0.60.

The process color (four color CMYK) of #aba988 color hex is 0.00, 0.01, 0.20, 0.33. Web safe color of #aba988 is #999999. Color #aba988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10001000
Octal 253 251 210
Decimal 171 169 136
Hex AB A9 88

RGB Percentages of Color #aba988

%35.92
%35.50
%28.57

CMYK Percentages of Color #aba988

%0
%1
%20
%33

Triadic Colors of #aba988

#aba988 #88aba9 #a988ab

Analogous Colors of #aba988

#aba988 #9cab88 #ab9888

Monochromatic Colors of #aba988

#aba988

Complementary Color

#aba988 #888aab

#aba988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba988 Color CSS Codes

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

#aba988 Text Font Color

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

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


#aba988 Background Color

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

This div background color is #aba988


#aba988 Border Color

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

This div border color is #aba988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba988


Comments

No comments written yet.

Please login to write comment.