Color Hex Logo

#aba16b Color Hex

#ABA16B
(171,161,107)
0 Favorites   0 Comments

Color spaces of #aba16b

RGB 171161107
HSL0.140.280.55
HSV51°37°67°
CMYK 0.000.060.37   0.33
XYZ32.193335.209219.0092
Yxy35.20920.37260.4075
Hunter Lab59.3373-6.995722.5421
CIE-Lab65.9112-4.531129.4461

#aba16b color RGB value is (171,161,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01101011
Octal 253 241 153
Decimal 171 161 107
Hex AB A1 6B

RGB Percentages of Color #aba16b

%38.95
%36.67
%24.37

CMYK Percentages of Color #aba16b

%0
%6
%37
%33

Triadic Colors of #aba16b

#aba16b #6baba1 #a16bab

Analogous Colors of #aba16b

#aba16b #95ab6b #ab816b

Monochromatic Colors of #aba16b

#aba16b

Complementary Color

#aba16b #6b75ab

#aba16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba16b Color CSS Codes

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

#aba16b Text Font Color

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

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


#aba16b Background Color

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

This div background color is #aba16b


#aba16b Border Color

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

This div border color is #aba16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba16b


Comments

No comments written yet.

Please login to write comment.