Color Hex Logo

#aba86d Color Hex

#ABA86D
(171,168,109)
0 Favorites   0 Comments

Color spaces of #aba86d

RGB 171168109
HSL0.160.270.55
HSV57°36°67°
CMYK 0.000.020.36   0.33
XYZ33.557537.767319.9891
Yxy37.76730.36750.4136
Hunter Lab61.4551-10.076723.7337
CIE-Lab67.8488-8.027530.8981

#aba86d color RGB value is (171,168,109).

#aba86d hex color red value is 171, green value is 168 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aba86d hue: 0.16 , saturation: 0.27 and the lightness value of aba86d is 0.55.

The process color (four color CMYK) of #aba86d color hex is 0.00, 0.02, 0.36, 0.33. Web safe color of #aba86d is #999966. Color #aba86d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01101101
Octal 253 250 155
Decimal 171 168 109
Hex AB A8 6D

RGB Percentages of Color #aba86d

%38.17
%37.50
%24.33

CMYK Percentages of Color #aba86d

%0
%2
%36
%33

Triadic Colors of #aba86d

#aba86d #6daba8 #a86dab

Analogous Colors of #aba86d

#aba86d #8fab6d #ab896d

Monochromatic Colors of #aba86d

#aba86d

Complementary Color

#aba86d #6d70ab

#aba86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba86d Color CSS Codes

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

#aba86d Text Font Color

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

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


#aba86d Background Color

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

This div background color is #aba86d


#aba86d Border Color

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

This div border color is #aba86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba86d


Comments

No comments written yet.

Please login to write comment.