Color Hex Logo

#aba31b Color Hex

#ABA31B
(171,163,27)
0 Favorites   0 Comments

Color spaces of #aba31b

RGB 17116327
HSL0.160.730.39
HSV57°84°67°
CMYK 0.000.050.84   0.33
XYZ30.089634.93146.1935
Yxy34.93140.42250.4905
Hunter Lab59.1028-12.554435.1588
CIE-Lab65.6952-11.363563.9369

#aba31b color RGB value is (171,163,27).

#aba31b hex color red value is 171, green value is 163 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aba31b hue: 0.16 , saturation: 0.73 and the lightness value of aba31b is 0.39.

The process color (four color CMYK) of #aba31b color hex is 0.00, 0.05, 0.84, 0.33. Web safe color of #aba31b is #999933. Color #aba31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00011011
Octal 253 243 33
Decimal 171 163 27
Hex AB A3 1B

RGB Percentages of Color #aba31b

%47.37
%45.15
%7.48

CMYK Percentages of Color #aba31b

%0
%5
%84
%33

Triadic Colors of #aba31b

#aba31b #1baba3 #a31bab

Analogous Colors of #aba31b

#aba31b #6bab1b #ab5b1b

Monochromatic Colors of #aba31b

#aba31b

Complementary Color

#aba31b #1b23ab

#aba31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba31b Color CSS Codes

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

#aba31b Text Font Color

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

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


#aba31b Background Color

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

This div background color is #aba31b


#aba31b Border Color

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

This div border color is #aba31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba31b


Comments

No comments written yet.

Please login to write comment.