Color Hex Logo

#aba119 Color Hex

#ABA119
(171,161,25)
0 Favorites   0 Comments

Color spaces of #aba119

RGB 17116125
HSL0.160.740.38
HSV56°85°67°
CMYK 0.000.060.85   0.33
XYZ29.714934.21795.9583
Yxy34.21790.42520.4896
Hunter Lab58.4961-11.693534.9081
CIE-Lab65.1352-10.369963.9575

#aba119 color RGB value is (171,161,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 00011001
Octal 253 241 31
Decimal 171 161 25
Hex AB A1 19

RGB Percentages of Color #aba119

%47.90
%45.10
%7.00

CMYK Percentages of Color #aba119

%0
%6
%85
%33

Triadic Colors of #aba119

#aba119 #19aba1 #a119ab

Analogous Colors of #aba119

#aba119 #6cab19 #ab5819

Monochromatic Colors of #aba119

#aba119

Complementary Color

#aba119 #1923ab

#aba119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba119 Color CSS Codes

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

#aba119 Text Font Color

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

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


#aba119 Background Color

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

This div background color is #aba119


#aba119 Border Color

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

This div border color is #aba119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba119


Comments

No comments written yet.

Please login to write comment.