Color Hex Logo

#aba17f Color Hex

#ABA17F
(171,161,127)
0 Favorites   0 Comments

Color spaces of #aba17f

RGB 171161127
HSL0.130.210.58
HSV46°26°67°
CMYK 0.000.060.26   0.33
XYZ33.370235.680025.2068
Yxy35.68000.35400.3785
Hunter Lab59.7327-4.811816.7929
CIE-Lab66.2747-1.901419.0480

#aba17f color RGB value is (171,161,127).

#aba17f hex color red value is 171, green value is 161 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aba17f hue: 0.13 , saturation: 0.21 and the lightness value of aba17f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01111111
Octal 253 241 177
Decimal 171 161 127
Hex AB A1 7F

RGB Percentages of Color #aba17f

%37.25
%35.08
%27.67

CMYK Percentages of Color #aba17f

%0
%6
%26
%33

Triadic Colors of #aba17f

#aba17f #7faba1 #a17fab

Analogous Colors of #aba17f

#aba17f #9fab7f #ab8b7f

Monochromatic Colors of #aba17f

#aba17f

Complementary Color

#aba17f #7f89ab

#aba17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba17f Color CSS Codes

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

#aba17f Text Font Color

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

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


#aba17f Background Color

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

This div background color is #aba17f


#aba17f Border Color

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

This div border color is #aba17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba17f


Comments

No comments written yet.

Please login to write comment.