Color Hex Logo

#aba18d Color Hex

#ABA18D
(171,161,141)
0 Favorites   0 Comments

Color spaces of #aba18d

RGB 171161141
HSL0.110.150.61
HSV40°18°67°
CMYK 0.000.060.18   0.33
XYZ34.347236.070830.3514
Yxy36.07080.34080.3580
Hunter Lab60.0590-3.020612.0785
CIE-Lab66.57400.217811.7209

#aba18d color RGB value is (171,161,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10001101
Octal 253 241 215
Decimal 171 161 141
Hex AB A1 8D

RGB Percentages of Color #aba18d

%36.15
%34.04
%29.81

CMYK Percentages of Color #aba18d

%0
%6
%18
%33

Triadic Colors of #aba18d

#aba18d #8daba1 #a18dab

Analogous Colors of #aba18d

#aba18d #a6ab8d #ab928d

Monochromatic Colors of #aba18d

#aba18d

Complementary Color

#aba18d #8d97ab

#aba18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba18d Color CSS Codes

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

#aba18d Text Font Color

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

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


#aba18d Background Color

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

This div background color is #aba18d


#aba18d Border Color

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

This div border color is #aba18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba18d


Comments

No comments written yet.

Please login to write comment.