Color Hex Logo

#aba114 Color Hex

#ABA114
(171,161,20)
0 Favorites   0 Comments

Color spaces of #aba114

RGB 17116120
HSL0.160.790.37
HSV56°88°67°
CMYK 0.000.060.88   0.33
XYZ29.665734.19825.6992
Yxy34.19820.42650.4916
Hunter Lab58.4792-11.788135.1572
CIE-Lab65.1196-10.490265.0476

#aba114 color RGB value is (171,161,20).

#aba114 hex color red value is 171, green value is 161 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aba114 hue: 0.16 , saturation: 0.79 and the lightness value of aba114 is 0.37.

The process color (four color CMYK) of #aba114 color hex is 0.00, 0.06, 0.88, 0.33. Web safe color of #aba114 is #999900. Color #aba114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 00010100
Octal 253 241 24
Decimal 171 161 20
Hex AB A1 14

RGB Percentages of Color #aba114

%48.58
%45.74
%5.68

CMYK Percentages of Color #aba114

%0
%6
%88
%33

Triadic Colors of #aba114

#aba114 #14aba1 #a114ab

Analogous Colors of #aba114

#aba114 #6aab14 #ab5614

Monochromatic Colors of #aba114

#aba114

Complementary Color

#aba114 #141eab

#aba114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba114 Color CSS Codes

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

#aba114 Text Font Color

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

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


#aba114 Background Color

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

This div background color is #aba114


#aba114 Border Color

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

This div border color is #aba114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba114


Comments

No comments written yet.

Please login to write comment.