Color Hex Logo

#aba388 Color Hex

#ABA388
(171,163,136)
0 Favorites   0 Comments

Color spaces of #aba388

RGB 171163136
HSL0.130.170.60
HSV46°20°67°
CMYK 0.000.050.20   0.33
XYZ34.335736.629928.5531
Yxy36.62990.34500.3681
Hunter Lab60.5226-4.648014.3943
CIE-Lab66.9984-1.651415.0857

#aba388 color RGB value is (171,163,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 10001000
Octal 253 243 210
Decimal 171 163 136
Hex AB A3 88

RGB Percentages of Color #aba388

%36.38
%34.68
%28.94

CMYK Percentages of Color #aba388

%0
%5
%20
%33

Triadic Colors of #aba388

#aba388 #88aba3 #a388ab

Analogous Colors of #aba388

#aba388 #a2ab88 #ab9288

Monochromatic Colors of #aba388

#aba388

Complementary Color

#aba388 #8890ab

#aba388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba388 Color CSS Codes

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

#aba388 Text Font Color

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

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


#aba388 Background Color

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

This div background color is #aba388


#aba388 Border Color

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

This div border color is #aba388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba388


Comments

No comments written yet.

Please login to write comment.