Color Hex Logo

#aba50b Color Hex

#ABA50B
(171,165,11)
0 Favorites   0 Comments

Color spaces of #aba50b

RGB 17116511
HSL0.160.880.36
HSV58°94°67°
CMYK 0.000.040.94   0.33
XYZ30.310135.59245.5891
Yxy35.59240.42400.4979
Hunter Lab59.6594-13.716536.2071
CIE-Lab66.2073-12.740467.4079

#aba50b color RGB value is (171,165,11).

#aba50b hex color red value is 171, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aba50b hue: 0.16 , saturation: 0.88 and the lightness value of aba50b is 0.36.

The process color (four color CMYK) of #aba50b color hex is 0.00, 0.04, 0.94, 0.33. Web safe color of #aba50b is #999900. Color #aba50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00001011
Octal 253 245 13
Decimal 171 165 11
Hex AB A5 B

RGB Percentages of Color #aba50b

%49.28
%47.55
%3.17

CMYK Percentages of Color #aba50b

%0
%4
%94
%33

Triadic Colors of #aba50b

#aba50b #0baba5 #a50bab

Analogous Colors of #aba50b

#aba50b #61ab0b #ab550b

Monochromatic Colors of #aba50b

#aba50b

Complementary Color

#aba50b #0b11ab

#aba50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba50b Color CSS Codes

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

#aba50b Text Font Color

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

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


#aba50b Background Color

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

This div background color is #aba50b


#aba50b Border Color

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

This div border color is #aba50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba50b


Comments

No comments written yet.

Please login to write comment.