Color Hex Logo

#aba68d Color Hex

#ABA68D
(171,166,141)
0 Favorites   0 Comments

Color spaces of #aba68d

RGB 171166141
HSL0.140.150.61
HSV50°18°67°
CMYK 0.000.030.18   0.33
XYZ35.238537.853530.6485
Yxy37.85350.33970.3649
Hunter Lab61.5252-5.433413.5326
CIE-Lab67.9125-2.497313.6038

#aba68d color RGB value is (171,166,141).

#aba68d hex color red value is 171, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aba68d hue: 0.14 , saturation: 0.15 and the lightness value of aba68d is 0.61.

The process color (four color CMYK) of #aba68d color hex is 0.00, 0.03, 0.18, 0.33. Web safe color of #aba68d is #999999. Color #aba68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10001101
Octal 253 246 215
Decimal 171 166 141
Hex AB A6 8D

RGB Percentages of Color #aba68d

%35.77
%34.73
%29.50

CMYK Percentages of Color #aba68d

%0
%3
%18
%33

Triadic Colors of #aba68d

#aba68d #8daba6 #a68dab

Analogous Colors of #aba68d

#aba68d #a1ab8d #ab978d

Monochromatic Colors of #aba68d

#aba68d

Complementary Color

#aba68d #8d92ab

#aba68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba68d Color CSS Codes

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

#aba68d Text Font Color

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

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


#aba68d Background Color

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

This div background color is #aba68d


#aba68d Border Color

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

This div border color is #aba68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba68d


Comments

No comments written yet.

Please login to write comment.