Color Hex Logo

#aba16d Color Hex

#ABA16D
(171,161,109)
0 Favorites   0 Comments

Color spaces of #aba16d

RGB 171161109
HSL0.140.270.55
HSV50°36°67°
CMYK 0.000.060.36   0.33
XYZ32.299835.251819.5699
Yxy35.25180.37070.4046
Hunter Lab59.3732-6.796822.0188
CIE-Lab65.9442-4.289628.4146

#aba16d color RGB value is (171,161,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01101101
Octal 253 241 155
Decimal 171 161 109
Hex AB A1 6D

RGB Percentages of Color #aba16d

%38.78
%36.51
%24.72

CMYK Percentages of Color #aba16d

%0
%6
%36
%33

Triadic Colors of #aba16d

#aba16d #6daba1 #a16dab

Analogous Colors of #aba16d

#aba16d #96ab6d #ab826d

Monochromatic Colors of #aba16d

#aba16d

Complementary Color

#aba16d #6d77ab

#aba16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba16d Color CSS Codes

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

#aba16d Text Font Color

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

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


#aba16d Background Color

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

This div background color is #aba16d


#aba16d Border Color

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

This div border color is #aba16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba16d


Comments

No comments written yet.

Please login to write comment.